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 | 俗?}俗?{^ | 100100011010110100111111011111011001000110101101001111110111101101011110 | 91ad3f7d91ad3f7b5e |
EUC-JP | 俗?}俗?{^ | 110000101010111100111111011111011100001010101111001111110111101101011110 | c2af3f7dc2af3f7b5e |
UTF-8 | 俗꺆}俗꺆{^ | 111001001011111110010111111010101011101010000110011111011110010010111111100101111110101010111010100001100111101101011110 | e4bf97eaba867de4bf97eaba867b5e |
UHC | 俗꺆}俗꺆{^ | 1110000111010100100000111010110101111101111000011101010010000011101011010111101101011110 | e1d483ad7de1d483ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)