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 | 瓦?劍 | 1000101010100010001111111001100110011000 | 8aa23f9998 |
EUC-JP | 瓦?劍 | 1011010010100100001111111101000111111000 | b4a43fd1f8 |
UTF-8 | 瓦쇼劍 | 111001111001001110100110111011001000011110111100111001011000101010001101 | e793a6ec87bce58a8d |
UHC | 瓦쇼劍 | 111010001011111110111100111011101100101111111100 | e8bfbceecbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)