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 | 100010001101010100111111001111110011111100111111001111110100110001000010 | 88d53f3f3f3f3f4c42 |
EUC-JP | 易?????LB | 101100001101011100111111001111110011111100111111001111110100110001000010 | b0d73f3f3f3f3f4c42 |
UTF-8 | 易뉛슴樂됵쉠LB | 1110011010011000100100111110101110001001100110111110110010001010101101001110111110100110101111111110101110010000101101011110110010001001101000000100110001000010 | e69893eb899bec8ab4efa6bfeb90b5ec89a04c42 |
UHC | 易뉛슴樂됵쉠LB | 1110011010110110100001111110111110111101101111111110100011111001100010011110111110111101101010100100110001000010 | e6b687efbdbfe8f989efbdaa4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)