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 | 押??矣 | 100010011001111100111111001111111110000111100001 | 899f3f3fe1e1 |
EUC-JP | 押??矣 | 101100101010000100111111001111111110001011100011 | b2a13f3fe2e3 |
UTF-8 | 押ⓧ펯矣 | 111001101000101010111100111000101001001110100111111011011000111010101111111001111001111110100011 | e68abce293a7ed8eafe79fa3 |
UHC | 押ⓧ펯矣 | 1110010011100011101010001110010010111100100000011110101111111000 | e4e3a8e4bc81ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)