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 | 嶸よ?兀?? | 111110101011010010000010111001100011111110011001010110010011111100111111 | fab482e63f99593f3f |
EUC-JP | 嶸よ?兀?? | 10001111101110111111010010100100111010000011111111010001101110100011111100111111 | 8fbbf4a4e83fd1ba3f3f |
UTF-8 | 嶸よ퀕兀덂컟 | 111001011011011010111000111000111000001010001000111011011000000010010101111001011000010110000000111010111000110110000010111011001011101110011111 | e5b6b8e38288ed8095e58580eb8d82ecbb9f |
UHC | 嶸よ퀕兀덂컟 | 111001111010111010101010111010001011001110001010111010001011010010001000111001011011000010001010 | e7aeaae8b38ae8b488e5b08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)