To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棚村脱側 | 1001001001001001100100011011101010010010010001011001000110100100 | 924991ba924591a4 |
EUC-JP | 棚村脱側 | 1100001110101010110000101011110011000011101001101100001010100110 | c3aac2bcc3a6c2a6 |
UTF-8 | 棚村脱側 | 111001101010001110011010111001101001110110010001111010001000010010110001111001011000000110110100 | e6a39ae69d91e884b1e581b4 |
UHC | 棚村?側 | 11011101110111001111010110111101001111111111011010110000 | dddcf5bd3ff6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)