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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟄一鴬 | 111001011010110110001000111010101000100110100111 | e5ad88ea89a7 |
EUC-JP | 蟄一鴬 | 111010101010111110110000111011001011001010101001 | eaafb0ecb2a9 |
UTF-8 | 蟄一鴬 | 111010001001111110000100111001001011100010000000111010011011010010101100 | e89f84e4b880e9b4ac |
UHC | 蟄一? | 1111011011011110111011001110100100111111 | f6deece93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)