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 | 湜疾マィ | 1111101101000111100011101011111011110000101011111100111110101000 | fb478ebef0afcfa8 |
EUC-JP | 湜疾?マィ | 10001111110001111111110010111100110000000011111110001110110011111000111010101000 | 8fc7fcbcc03f8ecf8ea8 |
UTF-8 | 湜疾マィ | 111001101011100110011100111001111001011010111110111011101000000110101110111011111011111010001111111011111011110110101000 | e6b99ce796beee81aeefbe8fefbda8 |
UHC | 湜疾??? | 11100011110101111111001011110000001111110011111100111111 | e3d7f2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)