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 | ???Q???_ | 0011111100111111001111110101000100111111001111110011111101011111 | 3f3f3f513f3f3f5f |
SJIS-WIN | セォ蔀Qセォ蔀_ | 10111110101010111000111011000001010100011011111010101011100011101100000101011111 | beab8ec151beab8ec15f |
EUC-JP | セォ蔀Qセォ蔀_ | 1000111010111110100011101010101110111100110000110101000110001110101111101000111010101011101111001100001101011111 | 8ebe8eabbcc3518ebe8eabbcc35f |
UTF-8 | セォ蔀Qセォ蔀_ | 1110111110111101101111101110111110111101101010111110100010010100100000000101000111101111101111011011111011101111101111011010101111101000100101001000000001011111 | efbdbeefbdabe8948051efbdbeefbdabe894805f |
UHC | ???Q???_ | 0011111100111111001111110101000100111111001111110011111101011111 | 3f3f3f513f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)