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 | 訒滄岫﨟オ | 111110111010001110011111111010011001101110101011111110111001110110110101 | fba39fe99babfb9db5 |
EUC-JP | 訒滄岫?オ | 10001111110111011100100011011110111010111101011010101101001111111000111010110101 | 8fddc8deebd6ad3f8eb5 |
UTF-8 | 訒滄岫﨟オ | 111010001010100010010010111001101011101110000100111001011011001010101011111011111010100010011111111011111011110110110101 | e8a892e6bb84e5b2abefa89fefbdb5 |
UHC | ?滄岫?? | 00111111111100111110011111100001111110110011111100111111 | 3ff3e7e1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)