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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苳井嵯綮 | 1110010010010100100010001110010010001101101101011110001101011010 | e49488e48db5e35a |
EUC-JP | 苳井嵯綮 | 1110011111110100101100001110011010111010101101111110010110111011 | e7f4b0e6bab7e5bb |
UTF-8 | 苳井嵯綮 | 111010001000101110110011111001001011101010010101111001011011010110101111111001111011011010101110 | e88bb3e4ba95e5b5afe7b6ae |
UHC | ?井嵯? | 001111111110111111001100111100111010101100111111 | 3fefccf3ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)