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 | 彫?町??? | 1001001010100100001111111001001010101100001111110011111100111111 | 92a43f92ac3f3f3f |
EUC-JP | 彫?町??? | 1100010010100110001111111100010010101110001111110011111100111111 | c4a63fc4ae3f3f3f |
UTF-8 | 彫렞町펠렭렧 | 111001011011110110101011111010111010000010011110111001111001010010111010111011011000111010100000111010111010000010101101111010111010000010100111 | e5bdabeba09ee794baed8ea0eba0adeba0a7 |
UHC | 彫렞町펠렭렧 | 111100001100000110001110101011111110111111101011110001101110011110001110101110101000111010110110 | f0c18eafefebc6e78eba8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)