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 | ?夭屯??? | 0011111110011010111011101001001111010100001111110011111100111111 | 3f9aee93d43f3f3f |
EUC-JP | ?夭屯??? | 0011111111010100111100001100011011010110001111110011111100111111 | 3fd4f0c6d63f3f3f |
UTF-8 | 뤚夭屯엌렺섰 | 111010111010010010011010111001011010010010101101111001011011000110101111111011001001011110001100111010111010000010111010111011001000010010110000 | eba49ae5a4ade5b1afec978ceba0baec84b0 |
UHC | 뤚夭屯엌렺섰 | 100011111100100111101000111011001101010011101010101111101111110110001110110000101011110010111001 | 8fc9e8ecd4eabefd8ec2bcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)