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 | ?z?p | 00111111011110100011111101110000 | 3f7a3f70 |
SJIS-WIN | 淅z矮p | 100111111100011001111010111000011110001001110000 | 9fc67ae1e270 |
EUC-JP | 淅z矮p | 110111101100100001111010111000101110010001110000 | dec87ae2e470 |
UTF-8 | 淅z矮p | 1110011010110111100001010111101011100111100111111010111001110000 | e6b7857ae79fae70 |
UHC | 淅z矮p | 111000001011001001111010111010001110000101110000 | e0b27ae8e170 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)