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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽イ螳オ | 111001101010001110110010111001011010111010110101 | e6a3b2e5aeb5 |
EUC-JP | 譽イ螳オ | 1110110010100101100011101011001011101010101100001000111010110101 | eca58eb2eab08eb5 |
UTF-8 | 譽イ螳オ | 111010001010110110111101111011111011110110110010111010001001111010110011111011111011110110110101 | e8adbdefbdb2e89eb3efbdb5 |
UHC | 譽?螳? | 111001111110001000111111110100111101100100111111 | e7e23fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)