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 | 湜疾辞 | 1111101101000111100011101011111011110001111110111000111010101011 | fb478ebef1fb8eab |
EUC-JP | 湜疾?辞 | 1000111111000111111111001011110011000000001111111011110010101101 | 8fc7fcbcc03fbcad |
UTF-8 | 湜疾辞 | 111001101011100110011100111001111001011010111110111011101000010110110110111010001011111010011110 | e6b99ce796beee85b6e8be9e |
UHC | 湜疾?? | 111000111101011111110010111100000011111100111111 | e3d7f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)