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 | ?D????B | 00111111010001000011111100111111001111110011111101000010 | 3f443f3f3f3f42 |
SJIS-WIN | ?D????B | 00111111010001000011111100111111001111110011111101000010 | 3f443f3f3f3f42 |
EUC-JP | ?D????B | 00111111010001000011111100111111001111110011111101000010 | 3f443f3f3f3f42 |
UTF-8 | 혬D혮첫혟횂B | 1110110110011000101011000100010011101101100110001010111011101100101100101010101111101101100110001001111111101101100110101000001001000010 | ed98ac44ed98aeecb2abed989fed9a8242 |
UHC | 혬D혮첫혟횂B | 110000101001010001000100110000101001010111000011101110011100001010001001110000111000001001000010 | c29444c295c3b9c289c38242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)