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 | 亨??辱 | 100010111001110000111111001111111001000001001010 | 8b9c3f3f904a |
EUC-JP | 亨??辱 | 101101011111110000111111001111111011111110101011 | b5fc3f3fbfab |
UTF-8 | 亨⒴윿辱 | 111001001011101010101000111000101001001010110100111011001001110010111111111010001011111010110001 | e4baa8e292b4ec9cbfe8beb1 |
UHC | 亨⒴윿辱 | 1111101011111011101010011110010110011111101101111110100110110100 | fafba9e59fb7e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)