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 | 霎ー魍郁エ | 1110100010111110101100001110100110110001100010001110100010110100 | e8beb0e9b188e8b4 |
EUC-JP | 霎ー魍郁エ | 11110000110000001000111010110000111100101011001110110000111010101000111010110100 | f0c08eb0f2b3b0ea8eb4 |
UTF-8 | 霎ー魍郁エ | 111010011001110010001110111011111011110110110000111010011010110110001101111010011000001110000001111011111011110110110100 | e99c8eefbdb0e9ad8de98381efbdb4 |
UHC | ???郁? | 001111110011111100111111111010011111010000111111 | 3f3f3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)