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 | 瞼牾爬 | 111000011101100111100000101100011110000010100110 | e1d9e0b1e0a6 |
EUC-JP | 瞼牾爬 | 111000101101101111100000101100111110000010101000 | e2dbe0b3e0a8 |
UTF-8 | 瞼牾爬 | 111001111001111010111100111001111000100110111110111001111000100010101100 | e79ebce789bee788ac |
UHC | 瞼?爬 | 1100110010100001001111111111011111110000 | cca13ff7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)