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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | ?悳ヤK’ | 0011111110011100011110111000001110000100010010111000000101100110 | 3f9c7b83844b8166 |
EUC-JP | ?悳ヤK’ | 0011111111010111110111001010010111100100010010111010000111000111 | 3fd7dca5e44ba1c7 |
UTF-8 | 룵悳ヤK’ | 11101011101000111011010111100110100000101011001111100011100000111010010001001011111000101000000010011001 | eba3b5e682b3e383a44be28099 |
UHC | 룵悳ヤK’ | 100011111010101011010011111011011010101111100100010010111010000110101111 | 8faad3edabe44ba1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)