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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??阪?ゲ | 00111111001111111000110111100011001111111000001101010001 | 3f3f8de33f8351 |
EUC-JP | ??阪?ゲ | 00111111001111111011101011100101001111111010010110110010 | 3f3fbae53fa5b2 |
UTF-8 | 룴가阪卽ゲ | 111010111010001110110100111010101011000010000000111010011001100010101010111001011000110110111101111000111000001010110010 | eba3b4eab080e998aae58dbde382b2 |
UHC | 룴가阪卽ゲ | 10001111101010011011000010100001111110001010000111110001111011011010101110110010 | 8fa9b0a1f8a1f1edabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)