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 | 棕?藏?箏 | 1001111010100001001111111110010101010101001111111110001010110101 | 9ea13fe5553fe2b5 |
EUC-JP | 棕?藏?箏 | 1101110010100011001111111110100110110110001111111110010010110111 | dca33fe9b63fe4b7 |
UTF-8 | 棕렏藏렜箏 | 111001101010001110010101111010111010000010001111111010001001011110001111111010111010000010011100111001111010111010001111 | e6a395eba08fe8978feba09ce7ae8f |
UHC | 棕렏藏렜箏 | 11110000111101111000111010100101111011011111101010001110101011101110111010110100 | f0f78ea5edfa8eaeeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)