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 | 円??膺 | 100010010111111000111111001111111110010001011110 | 897e3f3fe45e |
EUC-JP | 円??膺 | 101100011101111100111111001111111110011110111111 | b1df3f3fe7bf |
UTF-8 | 円ㅳ굞膺 | 111001011000011010000110111000111000010110110011111010101011010110011110111010001000011010111010 | e58686e385b3eab59ee886ba |
UHC | 円ㅳ굞膺 | 1110010111110111101001001110001110000010100001101110101111101100 | e5f7a4e38286ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)