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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?享? | 00111111100010111001110100111111 | 3f8b9d3f |
EUC-JP | ?享? | 00111111101101011111110100111111 | 3fb5fd3f |
UTF-8 | 뢲享멮 | 111010111010001010110010111001001011101010101011111010111010100110101110 | eba2b2e4baabeba9ae |
UHC | 뢲享멮 | 100011110111000111111010101111011001000101011001 | 8f71fabd9159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)