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 | 111000101011001100111111001111110011111100111111001111110100110001000010 | e2b33f3f3f3f3f4c42 |
EUC-JP | 箋?????LB | 111001001011010100111111001111110011111100111111001111110100110001000010 | e4b53f3f3f3f3f4c42 |
UTF-8 | 箋잞슴樂됵쉠LB | 1110011110101110100010111110110010011110100111101110110010001010101101001110111110100110101111111110101110010000101101011110110010001001101000000100110001000010 | e7ae8bec9e9eec8ab4efa6bfeb90b5ec89a04c42 |
UHC | 箋잞슴樂됵쉠LB | 1110111110101000100111111110111110111101101111111110100011111001100010011110111110111101101010100100110001000010 | efa89fefbdbfe8f989efbdaa4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)