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 | 螻狩竺 | 111001011011000110001110111010111000111010110001 | e5b18eeb8eb1 |
EUC-JP | 螻狩竺 | 111010101011001110111100111011011011110010110011 | eab3bcedbcb3 |
UTF-8 | 螻狩竺 | 111010001001111010111011111001111000101110101001111001111010101110111010 | e89ebbe78ba9e7abba |
UHC | ?狩竺 | 0011111111100010101011011111010111100111 | 3fe2adf5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)