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 | 糊屯???? | 1000110011010000100100111101010000111111001111110011111100111111 | 8cd093d43f3f3f3f |
EUC-JP | 糊屯???? | 1011100011010010110001101101011000111111001111110011111100111111 | b8d2c6d63f3f3f3f |
UTF-8 | 糊屯렣븅렑렕 | 111001111011001110001010111001011011000110101111111010111010000010100011111010111011100010000101111010111010000010010001111010111010000010010101 | e7b38ae5b1afeba0a3ebb885eba091eba095 |
UHC | 糊屯렣븅렑렕 | 111110111101010111010100111010101000111010110100101110101110100110001110101001101000111010101010 | fbd5d4ea8eb4bae98ea68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)