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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓮〓?? | 111000010100010010000001101011000011111100111111 | e14481ac3f3f |
EUC-JP | 瓮〓?? | 111000011010010110100010101011100011111100111111 | e1a5a2ae3f3f |
UTF-8 | 瓮〓젪料 | 111001111001001110101110111000111000000010010011111011001010000010101010111011111010011010111110 | e793aee38093eca0aaefa6be |
UHC | 瓮〓젪料 | 1110100010110111101000011110101110100000101000101110100011110111 | e8b7a1eba0a2e8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)