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 | 顫稲┳ | 111010001111101010001000111011101000010010110001 | e8fa88ee84b1 |
EUC-JP | 顫稲┳ | 111100001111110010110000111100001010100010110011 | f0fcb0f0a8b3 |
UTF-8 | 顫稲┳ | 111010011010000110101011111001111010100010110010111000101001010010110011 | e9a1abe7a8b2e294b3 |
UHC | 顫?┳ | 1110111110110101001111111010011010110011 | efb53fa6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)