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 | 珈瞎珀珈 | 1110000011011011111000011101000011100000110111111110000011011011 | e0dbe1d0e0dfe0db |
EUC-JP | 珈瞎珀珈 | 1110000011011101111000101101001011100000111000011110000011011101 | e0dde2d2e0e1e0dd |
UTF-8 | 珈瞎珀珈 | 111001111000111110001000111001111001111010001110111001111000111110000000111001111000111110001000 | e78f88e79e8ee78f80e78f88 |
UHC | ??珀? | 0011111100111111110110101101011000111111 | 3f3fdad63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)