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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ゴ?日? | 0011111100111111100000110101001100111111100100111111101000111111 | 3f3f83533f93fa3f |
EUC-JP | ??ゴ?日? | 0011111100111111101001011011010000111111110001101111110000111111 | 3f3fa5b43fc6fc3f |
UTF-8 | 룴햶ゴ룫日㈐ | 111010111010001110110100111011011001011010110110111000111000001010110100111010111010001110101011111001101001011110100101111000111000100010010000 | eba3b4ed96b6e382b4eba3abe697a5e38890 |
UHC | 룴햶ゴ룫日㈐ | 100011111010100111000001100011111010101110110100100011111010001011101100111011011010100111000001 | 8fa9c18fabb48fa2eceda9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)