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 | ??kn}??kn{^ | 0011111100111111011010110110111001111101001111110011111101101011011011100111101101011110 | 3f3f6b6e7d3f3f6b6e7b5e |
SJIS-WIN | ??kn}??kn{^ | 0011111100111111011010110110111001111101001111110011111101101011011011100111101101011110 | 3f3f6b6e7d3f3f6b6e7b5e |
EUC-JP | ??kn}??kn{^ | 0011111100111111011010110110111001111101001111110011111101101011011011100111101101011110 | 3f3f6b6e7d3f3f6b6e7b5e |
UTF-8 | 쓰롖kn}쓰롖kn{^ | 11101100100100111011000011101011101000011001011001101011011011100111110111101100100100111011000011101011101000011001011001101011011011100111101101011110 | ec93b0eba1966b6e7dec93b0eba1966b6e7b5e |
UHC | 쓰롖kn}쓰롖kn{^ | 101111101011001010001110110110100110101101101110011111011011111010110010100011101101101001101011011011100111101101011110 | beb28eda6b6e7dbeb28eda6b6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)