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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曄??松? | 10011110010000000011111100111111100011111011110000111111 | 9e403f3f8fbc3f |
EUC-JP | 曄??松? | 11011011101000010011111100111111101111101011111000111111 | dba13f3fbebe3f |
UTF-8 | 曄됯퀡松덂 | 111001101001101110000100111010111001000010101111111011011000000010100001111001101001110110111110111010111000110110000010 | e69b84eb90afed80a1e69dbeeb8d82 |
UHC | 曄됯퀡松덂 | 11100111101001011000100111101010101100111001010111100001111001101000100011100101 | e7a589eab395e1e688e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)