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 | 遞句唱 | 111001111010100010001011111001011000111110100101 | e7a88be58fa5 |
EUC-JP | 遞句唱 | 111011101010101010110110111001111011111010100111 | eeaab6e7bea7 |
UTF-8 | 遞句唱 | 111010011000000110011110111001011000111110100101111001011001010010110001 | e9819ee58fa5e594b1 |
UHC | 遞句唱 | 111101001111011011001111101000111111001111011101 | f4f6cfa3f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)