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 | 伊頭?但 | 10001000110010011001001110101010001111111001001001000001 | 88c993aa3f9241 |
EUC-JP | 伊頭?但 | 10110000110010111100011010101100001111111100001110100010 | b0cbc6ac3fc3a2 |
UTF-8 | 伊頭렧但 | 111001001011110010001010111010011010000010101101111010111010000010100111111001001011110110000110 | e4bc8ae9a0adeba0a7e4bd86 |
UHC | 伊頭렧但 | 1110110010100101110101001110100110001110101101101101001110100011 | eca5d4e98eb6d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)