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 | 粫場羽 | 111000101110011010001111111010101000100101001000 | e2e68fea8948 |
EUC-JP | 粫場羽 | 111001001110100010111110111011001011000110101001 | e4e8beecb1a9 |
UTF-8 | 粫場羽 | 111001111011001010101011111001011010000010110100111001111011111010111101 | e7b2abe5a0b4e7bebd |
UHC | ?場羽 | 0011111111101101110111101110100111100010 | 3feddee9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)