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 | 上瘤ノ | 1000111111100011111000011000111011001001 | 8fe3e18ec9 |
EUC-JP | 上瘤ノ | 101111101110010111100001111011101000111011001001 | bee5e1ee8ec9 |
UTF-8 | 上瘤ノ | 111001001011100010001010111001111001100010100100111011111011111010001001 | e4b88ae798a4efbe89 |
UHC | 上瘤? | 1101111110111110110101111011101100111111 | dfbed7bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)