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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???喪烙 | 00111111001111110011111110010001011100101110000010000000 | 3f3f3f9172e080 |
EUC-JP | ???喪烙 | 00111111001111110011111111000001110100111101111111100000 | 3f3f3fc1d3dfe0 |
UTF-8 | 뤚쫷쮲喪烙 | 111010111010010010011010111011001010101110110111111011001010111010110010111001011001011010101010111001111000001110011001 | eba49aecabb7ecaeb2e596aae78399 |
UHC | 뤚쫷쮲喪烙 | 10001111110010011010011010001110101010001000111111011111110000111101010110100111 | 8fc9a68ea88fdfc3d5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)