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 | 瀛??瀛?? | 1110000001101001001111110011111111100000011010010011111100111111 | e0693f3fe0693f3f |
EUC-JP | 瀛??瀛?? | 1101111111001010001111110011111111011111110010100011111100111111 | dfca3f3fdfca3f3f |
UTF-8 | 瀛걦뢊瀛걦뢌 | 111001111000000010011011111010101011000110100110111010111010001010001010111001111000000010011011111010101011000110100110111010111010001010001100 | e7809beab1a6eba28ae7809beab1a6eba28c |
UHC | 瀛걦뢊瀛걦뢌 | 111001111011101010000001100011111000111101000110111001111011101010000001100011111000111101001000 | e7ba818f8f46e7ba818f8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)