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 | 耀???? | 100101110111001100111111001111110011111100111111 | 97733f3f3f3f |
EUC-JP | 耀??濚? | 1100110111010100001111110011111110001111110010011010000100111111 | cdd43f3f8fc9a13f |
UTF-8 | 耀띺맓濚뷚 | 111010001000000010000000111010111001110110111010111010111010011110010011111001101011111110011010111010111011011110011010 | e88080eb9dbaeba793e6bf9aebb79a |
UHC | 耀띺맓濚뷚 | 11101001101001011000110111101001100100001010010111100111101110011001010101000110 | e9a58de990a5e7b99546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)