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 | 藕?棺 | 1110010101011000001111111000101010111011 | e5583f8abb |
EUC-JP | 藕?棺 | 1110100110111001001111111011010010111101 | e9b93fb4bd |
UTF-8 | 藕퀭棺 | 111010001001011110010101111011011000000010101101111001101010001110111010 | e89795ed80ade6a3ba |
UHC | 藕퀭棺 | 111010011110010011000100111110101100111010110010 | e9e4c4faceb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)