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 | ???Y???Y^ | 001111110011111100111111010110010011111100111111001111110101100101011110 | 3f3f3f593f3f3f595e |
SJIS-WIN | ???Y???Y^ | 001111110011111100111111010110010011111100111111001111110101100101011110 | 3f3f3f593f3f3f595e |
EUC-JP | ???Y???Y^ | 001111110011111100111111010110010011111100111111001111110101100101011110 | 3f3f3f593f3f3f595e |
UTF-8 | 챔횇혧Y챔횇혧Y^ | 111011001011000110010100111011011001101010000111111011011001100010100111010110011110110010110001100101001110110110011010100001111110110110011000101001110101100101011110 | ecb194ed9a87ed98a759ecb194ed9a87ed98a7595e |
UHC | 챔횇혧Y챔횇혧Y^ | 110000111010100011000011100001011100001010001111010110011100001110101000110000111000010111000010100011110101100101011110 | c3a8c385c28f59c3a8c385c28f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)