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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 海?垓?甑 | 1000101001000011001111111001101010110100001111111000110110011001 | 8a433f9ab43f8d99 |
EUC-JP | 海?垓?甑 | 1011001110100100001111111101010010110110001111111011100111111001 | b3a43fd4b63fb9f9 |
UTF-8 | 海렡垓렋甑 | 111001101011010110110111111010111010000010100001111001011001111010010011111010111010000010001011111001111001010010010001 | e6b5b7eba0a1e59e93eba08be79491 |
UHC | 海렡垓렋甑 | 11111010101011011000111010110010111110101010011110001110101000101111000111110111 | faad8eb2faa78ea2f1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)