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 | 10011111111100111110011101011010 | 9ff3e75a |
SJIS-WIN | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
EUC-JP | ?óçZ | 0011111110001111101010111101000110001111101010111010111001011010 | 3f8fabd18fabae5a |
UTF-8 | óçZ | 11000010100111111100001110110011110000111010011101011010 | c29fc3b3c3a75a |
UHC | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)