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 | ?宿粟? | 001111111000111101101000100010001011111000111111 | 3f8f6888be3f |
EUC-JP | ?宿粟? | 001111111011110111001001101100001100000000111111 | 3fbdc9b0c03f |
UTF-8 | 뽭宿粟緣 | 111010111011110110101101111001011010111010111111111001111011001010011111111001111011011110100011 | ebbdade5aebfe7b29fe7b7a3 |
UHC | 뽭宿粟緣 | 1001011011101001111000101101011011100001110110001110011011011110 | 96e9e2d6e1d8e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)