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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 澳??節??h | 111000000101001100111111001111111001000011011111001111110011111101101000 | e0533f3f90df3f3f68 |
EUC-JP | 澳??節??h | 110111111011010000111111001111111100000011100001001111110011111101101000 | dfb43f3fc0e13f3f68 |
UTF-8 | 澳뽩묄節울숲h | 11100110101111101011001111101011101111011010100111101011101011001000010011100111101011111000000011101100100110101011100011101100100010001011001001101000 | e6beb3ebbda9ebac84e7af80ec9ab8ec88b268 |
UHC | 澳뽩묄節울숲h | 11100111111111101001011011100101101110011010001011101111101111011011111111101111101111011010001101101000 | e7fe96e5b9a2efbdbfefbda368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)