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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淅嬋壓 | 100111111100011010011011011010001001101011011000 | 9fc69b689ad8 |
EUC-JP | 淅嬋壓 | 110111101100100011010101110010011101010011011010 | dec8d5c9d4da |
UTF-8 | 淅嬋壓 | 111001101011011110000101111001011010110010001011111001011010001110010011 | e6b785e5ac8be5a393 |
UHC | 淅嬋壓 | 111000001011001011100000101111011110010011100010 | e0b2e0bde4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)