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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 霆頑ケソLB | 1110100010111011100010101110011010111001101111110100110001000010 | e8bb8ae6b9bf4c42 |
EUC-JP | 霆頑ケソLB | 11110000101111011011010011101000100011101011100110001110101111110100110001000010 | f0bdb4e88eb98ebf4c42 |
UTF-8 | 霆頑ケソLB | 1110100110011100100001101110100110100000100100011110111110111101101110011110111110111101101111110100110001000010 | e99c86e9a091efbdb9efbdbf4c42 |
UHC | 霆頑??LB | 1110111111111101111010001101011100111111001111110100110001000010 | effde8d73f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)