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 | 1110100110011010100110001110101110000101101101111110101110100000100010111110111110100110100000001110101110101100100001111110110110010011101100010100110001000010 | e99a98eb85b7eba08befa680ebac87ed93b14c42 |
UHC | 隘녷렋呂묇퓱LB | 1110010011110110100001101110011010001110101000101110010111111011100100011110010010111111100101110100110001000010 | e4f686e68ea2e5fb91e4bf974c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)