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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 澳??油h? | 111000000101001100111111001111111001011011111011100000101000100000111111 | e0533f3f96fb82883f |
EUC-JP | 澳??油h? | 110111111011010000111111001111111100110011111101101000111110100000111111 | dfb43f3fccfda3e83f |
UTF-8 | 澳낅뿨油h뇛 | 111001101011111010110011111010111000001010000101111010111011111110101000111001101011001010111001111011111011110110001000111010111000011110011011 | e6beb3eb8285ebbfa8e6b2b9efbd88eb879b |
UHC | 澳낅뿨油h뇛 | 111001111111111010000101111010111001011110101000111010101111101010100011111010001000011110000110 | e7fe85eb97a8eafaa3e88786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)