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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セュ爾セュ罔 | 1011111010101101100011101010001010111110101011011110001110100110 | bead8ea2beade3a6 |
EUC-JP | セュ爾セュ罔 | 100011101011111010001110101011011011110010100100100011101011111010001110101011011110011010101000 | 8ebe8eadbca48ebe8eade6a8 |
UTF-8 | セュ爾セュ罔 | 111011111011110110111110111011111011110110101101111001111000100010111110111011111011110110111110111011111011110110101101111001111011110110010100 | efbdbeefbdade788beefbdbeefbdade7bd94 |
UHC | ??爾??罔 | 0011111100111111111011001011001100111111001111111101100011010010 | 3f3fecb33f3fd8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)