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 | 蒻?“猶?蒻 | 11100100111010000011111110000001011001111001011101010000001111111110010011101000 | e4e83f816797503fe4e8 |
EUC-JP | 蒻?“猶?蒻 | 11101000111010100011111110100001110010001100110110110001001111111110100011101010 | e8ea3fa1c8cdb13fe8ea |
UTF-8 | 蒻몃“猶둯蒻 | 111010001001001010111011111010111010101010000011111000101000000010011100111001111000110010110110111010111001000110101111111010001001001010111011 | e892bbebaa83e2809ce78cb6eb91afe892bb |
UHC | 蒻몃“猶둯蒻 | 111001011011011010111000111010111010000110110000111010111010001010001010011010001110010110110110 | e5b6b8eba1b0eba28a68e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)