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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躁?懈??? | 1110011101001110001111111001110011100110001111110011111100111111 | e74e3f9ce63f3f3f |
EUC-JP | 躁?懈??? | 1110110110101111001111111101100011101000001111110011111100111111 | edaf3fd8e83f3f3f |
UTF-8 | 躁롚懈렖렠렑 | 111010001011101010000001111010111010000110011010111001101000011110001000111010111010000010010110111010111010000010100000111010111010000010010001 | e8ba81eba19ae68788eba096eba0a0eba091 |
UHC | 躁롚懈렖렠렑 | 111100001110001010001110110111101111101010101011100011101010101110001110101100011000111010100110 | f0e28edefaab8eab8eb18ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)