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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?底??底?^ | 001111111001001011101010001111110011111110010010111010100011111101011110 | 3f92ea3f3f92ea3f5e |
EUC-JP | ?底??底?^ | 001111111100010011101100001111110011111111000100111011000011111101011110 | 3fc4ec3f3fc4ec3f5e |
UTF-8 | 뤗底핪뤗底핪^ | 11101011101001001001011111100101101110101001010111101101100101011010101011101011101001001001011111100101101110101001010111101101100101011010101001011110 | eba497e5ba95ed95aaeba497e5ba95ed95aa5e |
UHC | 뤗底핪뤗底핪^ | 10001111110001111110111010111100110000010100010010001111110001111110111010111100110000010100010001011110 | 8fc7eebcc1448fc7eebcc1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)