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 | 凹??邀?? | 1000100110011010001111110011111111100111101100010011111100111111 | 899a3f3fe7b13f3f |
EUC-JP | 凹??邀?? | 1011000111111010001111110011111111101110101100110011111100111111 | b1fa3f3feeb33f3f |
UTF-8 | 凹든탳邀곮콝 | 111001011000011110111001111010111001001110100000111011011000001110110011111010011000001010000000111010101011001110101110111011001011110110011101 | e587b9eb93a0ed83b3e98280eab3aeecbd9d |
UHC | 凹든탳邀곮콝 | 111010001110101010110101111001111011010110010000111010011010110110000001111010001011000110010101 | e8eab5e7b590e9ad81e8b195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)