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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瑩瓸瑩瓸B | 111000001111000011100001010010001110000011110000111000010100100001000010 | e0f0e148e0f0e14842 |
EUC-JP | 瑩瓸瑩瓸B | 111000001111001011100001101010011110000011110010111000011010100101000010 | e0f2e1a9e0f2e1a942 |
UTF-8 | 瑩瓸瑩瓸B | 11100111100100011010100111100111100100111011100011100111100100011010100111100111100100111011100001000010 | e791a9e793b8e791a9e793b842 |
UHC | 瑩?瑩?B | 11111011101010010011111111111011101010010011111101000010 | fba93ffba93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)