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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ュ迚呎カッ | 111010001011111010101101111001111000100110011001111001101011011010101111 | e8beade78999e6b6af |
EUC-JP | 霎ュ迚呎カッ | 111100001100000010001110101011011110110111101001110100101110100010001110101101101000111010101111 | f0c08eadede9d2e88eb68eaf |
UTF-8 | 霎ュ迚呎カッ | 111010011001110010001110111011111011110110101101111010001011111110011010111001011001000110001110111011111011110110110110111011111011110110101111 | e99c8eefbdade8bf9ae5918eefbdb6efbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)