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 | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
SJIS-WIN | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
EUC-JP | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
UTF-8 | 혵혖챔첫@횪혩 | 11101101100110001011010111101101100110001001011011101100101100011001010011101100101100101010101101000000111011011001101010101010111011011001100010101001 | ed98b5ed9896ecb194ecb2ab40ed9aaaed98a9 |
UHC | 혵혖챔첫@횪혩 | 11000010100111001100001010000001110000111010100011000011101110010100000011000011101000001100001010010001 | c29cc281c3a8c3b940c3a0c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)