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 | 耀???? | 110011011101010000111111001111110011111100111111 | cdd43f3f3f3f |
UTF-8 | 耀붿뮁큔樂 | 111010001000000010000000111010111011011010111111111010111010111010000001111011011000000110010100111011111010011010111111 | e88080ebb6bfebae81ed8194efa6bf |
UHC | 耀붿뮁큔樂 | 11101001101001011001010011101100100100101001000011000101101001101110100011111001 | e9a594ec9290c5a6e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)