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 | 籥滑触 | 111000101101111010001010100010101001000001000111 | e2de8a8a9047 |
EUC-JP | 籥滑触 | 111001001110000010110011111010101011111110101000 | e4e0b3eabfa8 |
UTF-8 | 籥滑触 | 111001111011000110100101111001101011101110010001111010001010011110100110 | e7b1a5e6bb91e8a7a6 |
UHC | ?滑? | 00111111111111001100000100111111 | 3ffcc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)