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 | 移?臍? | 100010001101101000111111111001000110000000111111 | 88da3fe4603f |
| EUC-JP | 移?臍? | 101100001101110000111111111001111100000100111111 | b0dc3fe7c13f |
| UTF-8 | 移렧臍縷 | 111001111010011110111011111010111010000010100111111010001000011110001101111011111010010110010000 | e7a7bbeba0a7e8878defa590 |
| UHC | 移렧臍縷 | 1110110010111001100011101011011011110000101100001101001011101010 | ecb98eb6f0b0d2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)