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 | OZ´H | 1001001001001111100100100101101010010001101101001001001001001000 | 924f925a91b49248 |
SJIS-WIN | ?O?Z?´?H | 001111110100111100111111010110100011111110000001010011000011111101001000 | 3f4f3f5a3f814c3f48 |
EUC-JP | ?O?Z?´?H | 001111110100111100111111010110100011111110100001101011010011111101001000 | 3f4f3f5a3fa1ad3f48 |
UTF-8 | OZ´H | 11000010100100100100111111000010100100100101101011000010100100011100001010110100110000101001001001001000 | c2924fc2925ac291c2b4c29248 |
UHC | ?O?Z?´?H | 001111110100111100111111010110100011111110100010101001010011111101001000 | 3f4f3f5a3fa2a53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)