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 | セテニ | 1011111011111000110100011100001111000110 | bef8d1c3c6 |
EUC-JP | セ?テニ | 10001110101111100011111110001110110000111000111011000110 | 8ebe3f8ec38ec6 |
UTF-8 | セテニ | 111011111011110110111110111011101001100110110000111011111011111010000011111011111011111010000110 | efbdbeee99b0efbe83efbe86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)