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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 螂ハセE | 11110001101000101110010110100101110010101011111001000101 | f1a2e5a5cabe45 |
EUC-JP | ?螂ハセE | 0011111111101010101001111000111011001010100011101011111001000101 | 3feaa78eca8ebe45 |
UTF-8 | 螂ハセE | 11101110100001001001110111101000100111101000001011101111101111101000101011101111101111011011111001000101 | ee849de89e82efbe8aefbdbe45 |
UHC | ?螂??E | 001111111101010111001100001111110011111101000101 | 3fd5cc3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)