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 | 淫莎?? | 100010001111101011100100101100110011111100111111 | 88fae4b33f3f |
EUC-JP | 淫莎?侁 | 1011000011111100111010001011010100111111100011111011000011111100 | b0fce8b53f8fb0fc |
UTF-8 | 淫莎깔侁 | 111001101011011110101011111010001000111010001110111010101011100110010100111001001011111010000001 | e6b7abe88e8eeab994e4be81 |
UHC | 淫莎깔侁 | 1110101111100010110111101110110110110001111100101110001111100000 | ebe2deedb1f2e3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)