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 | ??~}??~{^ | 001111110011111101111110011111010011111100111111011111100111101101011110 | 3f3f7e7d3f3f7e7b5e |
SJIS-WIN | 息臓~}息臓~{^ | 10010001101001111001000110011111011111100111110110010001101001111001000110011111011111100111101101011110 | 91a7919f7e7d91a7919f7e7b5e |
EUC-JP | 息臓~}息臓~{^ | 11000010101010011100001010100001011111100111110111000010101010011100001010100001011111100111101101011110 | c2a9c2a17e7dc2a9c2a17e7b5e |
UTF-8 | 息臓~}息臓~{^ | 1110011010000001101011111110100010000111100100110111111001111101111001101000000110101111111010001000011110010011011111100111101101011110 | e681afe887937e7de681afe887937e7b5e |
UHC | 息?~}息?~{^ | 1110001111010011001111110111111001111101111000111101001100111111011111100111101101011110 | e3d33f7e7de3d33f7e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)