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 | 航??辱 | 100011010111000100111111001111111001000001001010 | 8d713f3f904a |
EUC-JP | 航??辱 | 101110011101001000111111001111111011111110101011 | b9d23f3fbfab |
UTF-8 | 航닷윿辱 | 111010001000100010101010111010111000101110110111111011001001110010111111111010001011111010110001 | e888aaeb8bb7ec9cbfe8beb1 |
UHC | 航닷윿辱 | 1111100111111110101101001110010110011111101101111110100110110100 | f9feb4e59fb7e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)