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 | 顋榊昼籬 | 1110100011111001100011011110010110010010100010111110001011011111 | e8f98de5928be2df |
EUC-JP | 顋榊昼籬 | 1111000011111011101110101110011111000011111010111110010011100001 | f0fbbae7c3ebe4e1 |
UTF-8 | 顋榊昼籬 | 111010011010000110001011111001101010011010001010111001101001100010111100111001111011000110101100 | e9a18be6a68ae698bce7b1ac |
UHC | ???籬 | 0011111100111111001111111101011111100110 | 3f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)