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 | セ裘セ篝釈 | 1011111011100101111000101011111011100010101111101000111011011111 | bee5e2bee2be8edf |
EUC-JP | セ裘セ篝釈 | 10001110101111101110101011100100100011101011111011100100110000001011110011100001 | 8ebeeae48ebee4c0bce1 |
UTF-8 | セ裘セ篝釈 | 111011111011110110111110111010001010001110011000111011111011110110111110111001111010111110011101111010011000011110001000 | efbdbee8a398efbdbee7af9de98788 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)