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 | 湿瑣萓車 | 1000111010111100111000001111001011100100101111101000111011010100 | 8ebce0f2e4be8ed4 |
EUC-JP | 湿瑣萓車 | 1011110010111110111000001111010011101000110000001011110011010110 | bcbee0f4e8c0bcd6 |
UTF-8 | 湿瑣萓車 | 111001101011100110111111111001111001000110100011111010001001000010010011111010001011101110001010 | e6b9bfe791a3e89093e8bb8a |
UHC | ???車 | 0011111100111111001111111111001110110011 | 3f3f3ff3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)