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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?e??e?^ | 001111111000001010000101001111110011111110000010100001010011111101011110 | 3f82853f3f82853f5e |
EUC-JP | ?e??e?^ | 001111111010001111100101001111110011111110100011111001010011111101011110 | 3fa3e53f3fa3e53f5e |
UTF-8 | 閭eㄷ閭e엳^ | 11101111101001101000011011101111101111011000010111100011100001001011011111101111101001101000011011101111101111011000010111101100100101111011001101011110 | efa686efbd85e384b7efa686efbd85ec97b35e |
UHC | 閭eㄷ閭e엳^ | 11100110101011011010001111100101101001001010011111100110101011011010001111100101100111101000100001011110 | e6ada3e5a4a7e6ada3e59e885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)