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???? | 0011111100111111001111110100001000111111001111110011111100111111 | 3f3f3f423f3f3f3f |
| SJIS-WIN | ???B???? | 0011111100111111001111110100001000111111001111110011111100111111 | 3f3f3f423f3f3f3f |
| EUC-JP | ???B???? | 0011111100111111001111110100001000111111001111110011111100111111 | 3f3f3f423f3f3f3f |
| UTF-8 | 셍렻렓B셍렺렽셈 | 11101100100001011000110111101011101000001011101111101011101000001001001101000010111011001000010110001101111010111010000010111010111010111010000010111101111011001000010110001000 | ec858deba0bbeba09342ec858deba0baeba0bdec8588 |
| UHC | 셍렻렓B셍렺렽셈 | 101111001100010010001110110000111000111010101000010000101011110011000100100011101100001010001110110001011011110011000000 | bcc48ec38ea842bcc48ec28ec5bcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)