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 | ???依?? | 00111111001111110011111110001000110010110011111100111111 | 3f3f3f88cb3f3f |
EUC-JP | ???依?? | 00111111001111110011111110110000110011010011111100111111 | 3f3f3fb0cd3f3f |
UTF-8 | 囹덈뿩依⑴뙠 | 111011111010011010101001111010111000110110001000111010111011111110101001111001001011111010011101111000101001000110110100111010111001100110100000 | efa6a9eb8d88ebbfa9e4be9de291b4eb99a0 |
UHC | 囹덈뿩依⑴뙠 | 111001111010101010001000111010111001011110101001111010111110111010101001111001111000110010100101 | e7aa88eb97a9ebeea9e78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)