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 | 鮟倡俺 | 111010011011101110011000111001111000100110110100 | e9bb98e789b4 |
EUC-JP | 鮟倡俺 | 111100101011110111010000111010011011001010110110 | f2bdd0e9b2b6 |
UTF-8 | 鮟倡俺 | 111010011010111010011111111001011000000010100001111001001011111110111010 | e9ae9fe580a1e4bfba |
UHC | 鮟倡俺 | 111001001101010111110011110110111110010111101111 | e4d5f3dbe5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)