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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 餓??h餓 | 10001001111011000011111100111111011010001000100111101100 | 89ec3f3f6889ec |
EUC-JP | 餓??h餓 | 10110010111011100011111100111111011010001011001011101110 | b2ee3f3f68b2ee |
UTF-8 | 餓뽩뜵h餓 | 11101001101001001001001111101011101111011010100111101011100111001011010101101000111010011010010010010011 | e9a493ebbda9eb9cb568e9a493 |
UHC | 餓뽩뜵h餓 | 111001001011101110010110111001011000110110110011011010001110010010111011 | e4bb96e58db368e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)