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 | 裄梧渠邊 | 1110010111100000100011001110011010001011100101001110011110110010 | e5e08ce68b94e7b2 |
EUC-JP | 裄梧渠邊 | 1110101011100010101110001110100010110101111101001110111010110100 | eae2b8e8b5f4eeb4 |
UTF-8 | 裄梧渠邊 | 111010001010001110000100111001101010001010100111111001101011100010100000111010011000001010001010 | e8a384e6a2a7e6b8a0e9828a |
UHC | ?梧渠邊 | 00111111111001111111110011001011111000101101110010101011 | 3fe7fccbe2dcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)