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 | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
| SJIS-WIN | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
| EUC-JP | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
| UTF-8 | 혧찾찼쩌짭B챨챰 | 11101101100110001010011111101100101100001011111011101100101100001011110011101100101010011000110011101100101001111010110101000010111011001011000110101000111011001011000110110000 | ed98a7ecb0beecb0bceca98ceca7ad42ecb1a8ecb1b0 |
| UHC | 혧찾찼쩌짭B챨챰 | 110000101000111111000011101000111100001110100001110000101011110011000010101011000100001011000011101100001100001110110001 | c28fc3a3c3a1c2bcc2ac42c3b0c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)