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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 丈セ[丈セ[^ | 100011111110010010111110010110111000111111100100101111100101101101011110 | 8fe4be5b8fe4be5b5e |
EUC-JP | 丈セ[丈セ[^ | 1011111011100110100011101011111001011011101111101110011010001110101111100101101101011110 | bee68ebe5bbee68ebe5b5e |
UTF-8 | 丈セ[丈セ[^ | 111001001011100010001000111011111011110110111110010110111110010010111000100010001110111110111101101111100101101101011110 | e4b888efbdbe5be4b888efbdbe5b5e |
UHC | 丈?[丈?[^ | 111011011101101100111111010110111110110111011011001111110101101101011110 | eddb3f5beddb3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)