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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膺?蔚? | 111001000101111000111111100010010101010100111111 | e45e3f89553f |
EUC-JP | 膺?蔚? | 111001111011111100111111101100011011011000111111 | e7bf3fb1b63f |
UTF-8 | 膺렮蔚렰 | 111010001000011010111010111010111010000010101110111010001001010010011010111010111010000010110000 | e886baeba0aee8949aeba0b0 |
UHC | 膺렮蔚렰 | 1110101111101100100011101011101111101010101001011000111010111101 | ebec8ebbeaa58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)