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 | 嫉雫失 | 100011101011100110001110101101001000111010111000 | 8eb98eb48eb8 |
EUC-JP | 嫉雫失 | 101111001011101110111100101101101011110010111010 | bcbbbcb6bcba |
UTF-8 | 嫉雫失 | 111001011010101110001001111010011001101110101011111001011010010010110001 | e5ab89e99babe5a4b1 |
UHC | 嫉?失 | 1111001011101100001111111110001111110111 | f2ec3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)