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 | 閾滔ャ喜恊 | 111010001000011110011111111010111010110010001010111011001001110010010000 | e8879febac8aec9c90 |
EUC-JP | 閾滔ャ喜恊 | 11101111111001111101111011101101100011101010110010110100111011101101011111110000 | efe7deed8eacb4eed7f0 |
UTF-8 | 閾滔ャ喜恊 | 111010011001011010111110111001101011101110010100111011111011110110101100111001011001011010011100111001101000000110001010 | e996bee6bb94efbdace5969ce6818a |
UHC | ?滔?喜? | 00111111110101001010010100111111111111011110110000111111 | 3fd4a53ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)