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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 螂ェP蜿ゥ | 11100101101001011010101001010000111001011000111110101001 | e5a5aa50e58fa9 |
EUC-JP | 螂ェP蜿ゥ | 111010101010011110001110101010100101000011101001111011111000111010101001 | eaa78eaa50e9ef8ea9 |
UTF-8 | 螂ェP蜿ゥ | 11101000100111101000001011101111101111011010101001010000111010001001110010111111111011111011110110101001 | e89e82efbdaa50e89cbfefbda9 |
UHC | 螂?P?? | 110101011100110000111111010100000011111100111111 | d5cc3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)