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 | 蕉ユ琪 | 1000111111010100110101011111101101101000 | 8fd4d5fb68 |
EUC-JP | 蕉ユ琪 | 10111110110101101000111011010101100011111100110010101110 | bed68ed58fccae |
UTF-8 | 蕉ユ琪 | 111010001001010110001001111011111011111010010101111001111001000010101010 | e89589efbe95e790aa |
UHC | 蕉?琪 | 1111010110101111001111111101000110101110 | f5af3fd1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)