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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茖守刑 | 111001001010000110001110111001111000110001011001 | e4a18ee78c59 |
EUC-JP | 茖守刑 | 111010001010001110111100111010011011011110111010 | e8a3bce9b7ba |
UTF-8 | 茖守刑 | 111010001000110010010110111001011010111010001000111001011000100010010001 | e88c96e5ae88e58891 |
UHC | ?守刑 | 0011111111100001111110101111101011111101 | 3fe1fafafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)