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 | 浯嫉鈹 | 111110101111110010001110101110011111101111001010 | fafc8eb9fbca |
EUC-JP | 浯嫉鈹 | 1000111111000111110000111011110010111011100011111110001111010100 | 8fc7c3bcbb8fe3d4 |
UTF-8 | 浯嫉鈹 | 111001101011010110101111111001011010101110001001111010011000100010111001 | e6b5afe5ab89e988b9 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)