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 | 阿?0航 | 10001000101000100011111110000010010011111000110101110001 | 88a23f824f8d71 |
EUC-JP | 阿?0航 | 10110000101001000011111110100011101100001011100111010010 | b0a43fa3b0b9d2 |
UTF-8 | 阿숇0航 | 111010011001100010111111111011001000100010000111111011111011110010010000111010001000100010101010 | e998bfec8887efbc90e888aa |
UHC | 阿숇0航 | 1110010010111001100110011110101110100011101100001111100111111110 | e4b999eba3b0f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)