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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????一肆 | 0011111100111111001111110011111110001000111010101110001111100110 | 3f3f3f3f88eae3e6 |
EUC-JP | 佺?栯?一肆 | 100011111011000011111001001111111000111111000011110100100011111110110000111011001110011011101000 | 8fb0f93f8fc3d23fb0ece6e8 |
UTF-8 | 佺렦栯렩一肆 | 111001001011110110111010111010111010000010100110111001101010000010101111111010111010000010101001111001001011100010000000111010001000001010000110 | e4bdbaeba0a6e6a0afeba0a9e4b880e88286 |
UHC | 佺렦栯렩一肆 | 111011101110110110001110101101011110100111110001100011101011011111101100111010011101111011101011 | eeed8eb5e9f18eb7ece9deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)