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 | 關灘符笘 | 1110100010010000100100111110010110010101100001001110001010011000 | e89093e59584e298 |
EUC-JP | 關灘符笘 | 1110111111110000110001101110011111001001111001001110001111111000 | eff0c6e7c9e4e3f8 |
UTF-8 | 關灘符笘 | 111010011001011110011100111001111000000110011000111001111010110010100110111001111010110010011000 | e9979ce78198e7aca6e7ac98 |
UHC | 關灘符? | 11001110101111001111011110101000110111011010110000111111 | cebcf7a8ddac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)