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 | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | ???爾蘚LB | 001111110011111100111111100011101010001011100101011001000100110001000010 | 3f3f3f8ea2e5644c42 |
EUC-JP | ???爾蘚LB | 001111110011111100111111101111001010010011101001110001010100110001000010 | 3f3f3fbca4e9c54c42 |
UTF-8 | 罹솽솟爾蘚LB | 1110111110100111101001101110110010000110101111011110110010000110100111111110011110001000101111101110100010011000100110100100110001000010 | efa7a6ec86bdec869fe788bee8989a4c42 |
UHC | 罹솽솟爾蘚LB | 111011001011101010111100111000011011110011011010111011001011001111100000110100000100110001000010 | ecbabce1bcdaecb3e0d04c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)