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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | セュ爾セュ宍LB | 10111110101011011000111010100010101111101010110110001110101100110100110001000010 | bead8ea2bead8eb34c42 |
EUC-JP | セュ爾セュ宍LB | 1000111010111110100011101010110110111100101001001000111010111110100011101010110110111100101101010100110001000010 | 8ebe8eadbca48ebe8eadbcb54c42 |
UTF-8 | セュ爾セュ宍LB | 1110111110111101101111101110111110111101101011011110011110001000101111101110111110111101101111101110111110111101101011011110010110101110100011010100110001000010 | efbdbeefbdade788beefbdbeefbdade5ae8d4c42 |
UHC | ??爾???LB | 001111110011111111101100101100110011111100111111001111110100110001000010 | 3f3fecb33f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)