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 | ??藻?? | 001111110011111110010001100101000011111100111111 | 3f3f91943f3f |
EUC-JP | ??藻?? | 001111110011111111000001111101000011111100111111 | 3f3fc1f43f3f |
UTF-8 | 센셸藻센솰 | 111011001000010010111100111011001000010110111000111010001001011110111011111011001000010010111100111011001000011010110000 | ec84bcec85b8e897bbec84bcec86b0 |
UHC | 센셸藻센솰 | 10111100101111101011110011010000111100001101110110111100101111101011110011100000 | bcbebcd0f0ddbcbebce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)