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 | 雄?辯錚 | 10010111010110010011111111100111100001111110100001000010 | 97593fe787e842 |
EUC-JP | 雄?辯錚 | 11001101101110100011111111101101111001111110111110100011 | cdba3fede7efa3 |
UTF-8 | 雄잼辯錚 | 111010011001101110000100111011001001111010111100111010001011111010101111111010011000110010011010 | e99b84ec9ebce8beafe98c9a |
UHC | 雄잼辯錚 | 1110101010101001110000001110101111011100101010101110111010110110 | eaa9c0ebdcaaeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)