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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 柔???迪 | 10001111010111110011111100111111001111111110011110001100 | 8f5f3f3f3fe78c |
EUC-JP | 柔???迪 | 10111101110000000011111100111111001111111110110111101100 | bdc03f3f3fedec |
UTF-8 | 柔쇘렢렞迪 | 111001101001111110010100111011001000011110011000111010111010000010100010111010111010000010011110111010001011111110101010 | e69f94ec8798eba0a2eba09ee8bfaa |
UHC | 柔쇘렢렞迪 | 11101010111101011011110011100111100011101011001110001110101011111110111011101000 | eaf5bce78eb38eafeee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)