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 | 域??濡?? | 1000100011100110001111110011111110010100010001110011111100111111 | 88e63f3f94473f3f |
| EUC-JP | 域??濡?? | 1011000011101000001111110011111111000111101010000011111100111111 | b0e83f3fc7a83f3f |
| UTF-8 | 域밸죪濡섇껙 | 111001011001111110011111111010111011000010111000111011001010001110101010111001101011111110100001111011001000010010000111111010101011101110011001 | e59f9febb0b8eca3aae6bfa1ec8487eabb99 |
| UHC | 域밸죪濡섇껙 | 111001101011010010111001111010111010000110000101111010111010000110011000111001011011001010110011 | e6b4b9eba185eba198e5b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)