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 | 癲?$意 | 11100001100111110011111110000001100100001000100011010011 | e19f3f819088d3 |
EUC-JP | 癲?$意 | 11100010101000010011111110100001111100001011000011010101 | e2a13fa1f0b0d5 |
UTF-8 | 癲녑$意 | 111001111001100110110010111010111000010110010001111011111011110010000100111001101000010010001111 | e799b2eb8591efbc84e6848f |
UHC | 癲녑$意 | 1110111110100110101100111110010110100011101001001110101111110010 | efa6b3e5a3a4ebf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)