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 | ???`] | 0011111100111111001111110110000001011101 | 3f3f3f605d |
SJIS-WIN | 奪促捉`] | 1001001001000100100100011010001110010001101010000110000001011101 | 924491a391a8605d |
EUC-JP | 奪促捉`] | 1100001110100101110000101010010111000010101010100110000001011101 | c3a5c2a5c2aa605d |
UTF-8 | 奪促捉`] | 1110010110100101101010101110010010111111100000111110011010001101100010010110000001011101 | e5a5aae4bf83e68d89605d |
UHC | 奪促捉`] | 1111011110101100111101011011010111110011101101010110000001011101 | f7acf5b5f3b5605d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)