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 | ???修?? | 00111111001111110011111110001111010000110011111100111111 | 3f3f3f8f433f3f |
EUC-JP | 縕??修?? | 100011111101010011000010001111110011111110111101101001000011111100111111 | 8fd4c23f3fbda43f3f |
UTF-8 | 縕됬렡修귡뼪 | 111001111011100010010101111010111001000010101100111010111010000010100001111001001011111110101110111010101011011110100001111010111011110010101010 | e7b895eb90aceba0a1e4bfaeeab7a1ebbcaa |
UHC | 縕됬렡修귡뼪 | 111010001011001010001001111001111000111010110010111000011111001110000010111010011001011010101101 | e8b289e78eb2e1f382e996ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)