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 | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | 隘?????LB | 111010001010010100111111001111110011111100111111001111110100110001000010 | e8a53f3f3f3f3f4c42 |
EUC-JP | 隘?????LB | 111100001010011100111111001111110011111100111111001111110100110001000010 | f0a73f3f3f3f3f4c42 |
UTF-8 | 隘녽걫閭롥뎴LB | 1110100110011010100110001110101110000101101111011110101010110001101010111110111110100110100001101110101110100001101001011110101110001110101101000100110001000010 | e99a98eb85bdeab1abefa686eba1a5eb8eb44c42 |
UHC | 隘녽걫閭롥뎴LB | 1110010011110110100001101110100110000001100101001110011010101101100011101110010110001001100001110100110001000010 | e4f686e98194e6ad8ee589874c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)