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 | ???蒿? | 001111110011111100111111111001001110010000111111 | 3f3f3fe4e43f |
EUC-JP | ???蒿? | 001111110011111100111111111010001110011000111111 | 3f3f3fe8e63f |
UTF-8 | 앓렫렰蒿렿 | 111011001001010110010011111010111010000010101011111010111010000010110000111010001001001010111111111010111010000010111111 | ec9593eba0abeba0b0e892bfeba0bf |
UHC | 앓렫렰蒿렿 | 10111110110011101000111010111001100011101011110111111011110110101000111011000111 | bece8eb98ebdfbda8ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)