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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 雩??? | 100011111110011011111010001111110011111100111111 | 8fe6fa3f3f3f |
UTF-8 | 雩붆쇑왍 | 111010011001101110101001111010111011011010000110111011001000011110010001111011001001100110001101 | e99ba9ebb686ec8791ec998d |
UHC | 雩붆쇑왍 | 1110100111101100100101001100000110011001110000101001111010111110 | e9ec94c199c29ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)