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 | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | ???B辱?? | 0011111100111111001111110100001010010000010010100011111100111111 | 3f3f3f42904a3f3f |
EUC-JP | ???B辱?? | 0011111100111111001111110100001010111111101010110011111100111111 | 3f3f3f42bfab3f3f |
UTF-8 | 了묋뮅B辱녻눎 | 11101111101001101011101011101011101011001000101111101011101011101000010101000010111010001011111010110001111010111000010110111011111010111000100010001110 | efa6baebac8bebae8542e8beb1eb85bbeb888e |
UHC | 了묋뮅B辱녻눎 | 11101000111001111001000111101000100100101001010001000010111010011011010010000110111010001000011110101010 | e8e791e8929442e9b486e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)