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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 關埼ッ、 | 111010001001000010001101111010011010111110100100 | e8908de9afa4 |
EUC-JP | 關埼ッ、 | 1110111111110000101110101110101110001110101011111000111010100100 | eff0baeb8eaf8ea4 |
UTF-8 | 關埼ッ、 | 111010011001011110011100111001011001111110111100111011111011110110101111111011111011110110100100 | e9979ce59fbcefbdafefbda4 |
UHC | 關埼?? | 110011101011110011010000111100100011111100111111 | cebcd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)