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 | ?荊枇? | 001111111000110001110100100101001111100000111111 | 3f8c7494f83f |
EUC-JP | ?荊枇? | 001111111011011111010101110010001111101000111111 | 3fb7d5c8fa3f |
UTF-8 | 뤗荊枇킵 | 111010111010010010010111111010001000110110001010111001101001111010000111111011011000001010110101 | eba497e88d8ae69e87ed82b5 |
UHC | 뤗荊枇킵 | 1000111111000111111110111010101011011101111011011100010110110101 | 8fc7fbaaddedc5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)