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 | 湿勺獻 | 100011101011110010001110110110011110000011011001 | 8ebc8ed9e0d9 |
EUC-JP | 湿勺獻 | 101111001011111010111100110110111110000011011011 | bcbebcdbe0db |
UTF-8 | 湿勺獻 | 111001101011100110111111111001011000101110111010111001111000110110111011 | e6b9bfe58bbae78dbb |
UHC | ?勺獻 | 0011111111101101110000111111101011001100 | 3fedc3facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)