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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 澳?????N | 1110000001010011001111110011111100111111001111110011111101001110 | e0533f3f3f3f3f4e |
EUC-JP | 澳?????N | 1101111110110100001111110011111100111111001111110011111101001110 | dfb43f3f3f3f3f4e |
UTF-8 | 澳랃슈樂롳숱N | 11100110101111101011001111101011100111101000001111101100100010101000100011101111101001101011111111101011101000011011001111101100100010001011000101001110 | e6beb3eb9e83ec8a88efa6bfeba1b3ec88b14e |
UHC | 澳랃슈樂롳숱N | 11100111111111101000110111101111101111011011010011101000111110011000111011101111101111011010001001001110 | e7fe8defbdb4e8f98eefbda24e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)