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 | 揖?? | 10010111010010110011111100111111 | 974b3f3f |
EUC-JP | 揖?? | 11001101101011000011111100111111 | cdac3f3f |
UTF-8 | 揖좎뇤 | 111001101000111110010110111011001010001010001110111010111000011110100100 | e68f96eca28eeb87a4 |
UHC | 揖좎뇤 | 111010111110011110100000111011001000011110001100 | ebe7a0ec878c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)