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 | 莟∫姥 | 111001001010111110000001111001111000100101010111 | e4af81e78957 |
EUC-JP | 莟∫姥 | 111010001011000110100010111010011011000110111000 | e8b1a2e9b1b8 |
UTF-8 | 莟∫姥 | 111010001000111010011111111000101000100010101011111001011010011110100101 | e88e9fe288abe5a7a5 |
UHC | ?∫? | 00111111101000011111001000111111 | 3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)