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 | 軫?懈??? | 1110011101100110001111111001110011100110001111110011111100111111 | e7663f9ce63f3f3f |
EUC-JP | 軫?懈??? | 1110110111000111001111111101100011101000001111110011111100111111 | edc73fd8e83f3f3f |
UTF-8 | 軫롚懈렖렠렒 | 111010001011101110101011111010111010000110011010111001101000011110001000111010111010000010010110111010111010000010100000111010111010000010010010 | e8bbabeba19ae68788eba096eba0a0eba092 |
UHC | 軫롚懈렖렠렒 | 111100101110001010001110110111101111101010101011100011101010101110001110101100011000111010100111 | f2e28edefaab8eab8eb18ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)