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 | 魄ィ遞ョ鞫 | 1110100110101110101010001110011110101000101011101110011010010001 | e9aea8e7a8aee691 |
EUC-JP | 魄ィ遞ョ鞫 | 11110010101100001000111010101000111011101010101010001110101011101110101111110001 | f2b08ea8eeaa8eaeebf1 |
UTF-8 | 魄ィ遞ョ鞫 | 111010011010110110000100111011111011110110101000111010011000000110011110111011111011110110101110111010011001111010101011 | e9ad84efbda8e9819eefbdaee99eab |
UHC | 魄?遞?鞫 | 1101101111011110001111111111010011110110001111111100111111010100 | dbde3ff4f63fcfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)