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 | ã» | 111000111001100110001101100011001000100010111011 | e3998d8c88bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ã????? | 1000111110101011101010100011111100111111001111110011111100111111 | 8fabaa3f3f3f3f3f |
UTF-8 | ã» | 110000111010001111000010100110011100001010001101110000101000110011000010100010001100001010111011 | c3a3c299c28dc28cc288c2bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)