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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遽?繞ソ?ア | 1110011110101111001111111110001110000101101111110011111110110001 | e7af3fe385bf3fb1 |
EUC-JP | 遽?繞ソ?ア | 11101110101100010011111111100101111001011000111010111111001111111000111010110001 | eeb13fe5e58ebf3f8eb1 |
UTF-8 | 遽?繞ソ?ア | 1110100110000001101111010011111111100111101110011001111011101111101111011011111100111111111011111011110110110001 | e981bd3fe7b99eefbdbf3fefbdb1 |
UHC | 遽?繞??? | 1100101111101000001111111110100110100100001111110011111100111111 | cbe83fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)