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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 粲獪祚G | 11100010111010101110000011010100111000100100111001000111 | e2eae0d4e24e47 |
EUC-JP | 粲獪祚G | 11100100111011001110000011010110111000111010111101000111 | e4ece0d6e3af47 |
UTF-8 | 粲獪祚G | 11100111101100101011001011100111100011011010101011100111101001011001101001000111 | e7b2b2e78daae7a59a47 |
UHC | 粲獪祚G | 11110011110001001111110011101010111100001101010001000111 | f3c4fceaf0d447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)