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 | ??杷ぱ | 001111110011111110010100011001101000001011001111 | 3f3f946682cf |
EUC-JP | ??杷ぱ | 001111110011111111000111110001111010010011010001 | 3f3fc7c7a4d1 |
UTF-8 | 룴가杷ぱ | 111010111010001110110100111010101011000010000000111001101001110110110111111000111000000110110001 | eba3b4eab080e69db7e381b1 |
UHC | 룴가杷ぱ | 1000111110101001101100001010000111110111111011011010101011010001 | 8fa9b0a1f7edaad1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)