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 | 10010010010100011001001001010100100100011011101010010001101011010100110001000010 | 9251925491ba91ad4c42 |
EUC-JP | 嘆探村俗LB | 11000011101100101100001110110101110000101011110011000010101011110100110001000010 | c3b2c3b5c2bcc2af4c42 |
UTF-8 | 嘆探村俗LB | 1110010110011000100001101110011010001110101000101110011010011101100100011110010010111111100101110100110001000010 | e59886e68ea2e69d91e4bf974c42 |
UHC | 嘆探村俗LB | 11110111101000111111011110101110111101011011110111100001110101000100110001000010 | f7a3f7aef5bde1d44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)