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 | 蠏貞摺 | 111001011011010110010010111001011001000010100000 | e5b592e590a0 |
EUC-JP | 蠏貞摺 | 111010101011011111000100111001111100000010100010 | eab7c4e7c0a2 |
UTF-8 | 蠏貞摺 | 111010001010000010001111111010001011001010011110111001101001000110111010 | e8a08fe8b29ee691ba |
UHC | ?貞摺 | 0011111111101111111101101110111111001001 | 3feff6efc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)