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 | 俗쎺}俗쎺{^ | 111001001011111110010111111011001000111010111010011111011110010010111111100101111110110010001110101110100111101101011110 | e4bf97ec8eba7de4bf97ec8eba7b5e |
UHC | 俗쎺}俗쎺{^ | 1110000111010100100110111110000101111101111000011101010010011011111000010111101101011110 | e1d49be17de1d49be17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)