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 | 腥渚ィ | 1110010001001000100011111000110110101000 | e4488f8da8 |
EUC-JP | 腥渚ィ | 111001111010100110111101111011011000111010101000 | e7a9bded8ea8 |
UTF-8 | 腥渚ィ | 111010001000010110100101111001101011100010011010111011111011110110101000 | e885a5e6b89aefbda8 |
UHC | 腥渚? | 1110000110100011111011101100001000111111 | e1a3eec23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)