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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ヘ? | 0011111100111111100000110111011100111111 | 3f3f83773f |
EUC-JP | ??ヘ? | 0011111100111111101001011101100000111111 | 3f3fa5d83f |
UTF-8 | 룶欄ヘ룴 | 111010111010001110110110111011111010010010011101111000111000001110011000111010111010001110110100 | eba3b6efa49de38398eba3b4 |
UHC | 룶欄ヘ룴 | 1000111110101011110100011110110110101011110110001000111110101001 | 8fabd1edabd88fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)