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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 張??箋?? | 1001001010100011001111110011111111100010101100110011111100111111 | 92a33f3fe2b33f3f |
| EUC-JP | 張??箋?? | 1100010010100101001111110011111111100100101101010011111100111111 | c4a53f3fe4b53f3f |
| UTF-8 | 張싷스箋볩슛 | 111001011011110010110101111011001000101110110111111011001000101010100100111001111010111010001011111010111011001110101001111011001000101010011011 | e5bcb5ec8bb7ec8aa4e7ae8bebb3a9ec8a9b |
| UHC | 張싷스箋볩슛 | 111011011110010110011010111011111011110110111010111011111010100010010011111011111011110110111000 | ede59aefbdbaefa893efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)