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 | 娃??循? | 10001000101000010011111100111111100011110111101000111111 | 88a13f3f8f7a3f |
EUC-JP | 娃??循? | 10110000101000110011111100111111101111011101101100111111 | b0a33f3fbddb3f |
UTF-8 | 娃믧걗循쯪 | 111001011010100010000011111010111010111110100111111010101011000110010111111001011011111010101010111011001010111110101010 | e5a883ebafa7eab197e5beaaecafaa |
UHC | 娃믧걗循쯪 | 11101000110111111001001011101001100000011000001011100010111000001010100101101000 | e8df92e98182e2e0a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)