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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?迂}?迂{^ | 001111111000100101001001011111010011111110001001010010010111101101011110 | 3f89497d3f89497b5e |
EUC-JP | ?迂}?迂{^ | 001111111011000110101010011111010011111110110001101010100111101101011110 | 3fb1aa7d3fb1aa7b5e |
UTF-8 | 옪迂}옪迂{^ | 111011001001100010101010111010001011111110000010011111011110110010011000101010101110100010111111100000100111101101011110 | ec98aae8bf827dec98aae8bf827b5e |
UHC | 옪迂}옪迂{^ | 1001111010101001111010011110011001111101100111101010100111101001111001100111101101011110 | 9ea9e9e67d9ea9e9e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)