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 | 第??庄 | 100100011110011000111111001111111000111110101111 | 91e63f3f8faf |
| EUC-JP | 第??庄 | 110000101110100000111111001111111011111010110001 | c2e83f3fbeb1 |
| UTF-8 | 第며맑庄 | 111001111010110010101100111010111010100110110000111010111010011110010001111001011011101010000100 | e7acaceba9b0eba791e5ba84 |
| UHC | 第며맑庄 | 1111000010101111101110001110011110111000101111001110110111100100 | f0afb8e7b8bcede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)