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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | ?盒??O | 001111111110000110110100001111110011111101001111 | 3fe1b43f3f4f |
| EUC-JP | ?盒??O | 001111111110001010110110001111110011111101001111 | 3fe2b63f3f4f |
| UTF-8 | 뤯盒랖렟O | 11101011101001001010111111100111100110111001001011101011100111101001011011101011101000001001111101001111 | eba4afe79b92eb9e96eba09f4f |
| UHC | 뤯盒랖렟O | 100011111101110111111001111011001011011011111101100011101011000001001111 | 8fddf9ecb6fd8eb04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)