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 | 癲c?泣 | 11100001100111111000001010000011001111111000101110000011 | e19f82833f8b83 |
EUC-JP | 癲c?泣 | 11100010101000011010001111100011001111111011010111100011 | e2a1a3e33fb5e3 |
UTF-8 | 癲c끁泣 | 111001111001100110110010111011111011110110000011111010111000000110000001111001101011001110100011 | e799b2efbd83eb8181e6b3a3 |
UHC | 癲c끁泣 | 1110111110100110101000111110001110000101101101111110101111101000 | efa6a3e385b7ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)