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 | 淫り?苑 | 10001000111110101000001011101000001111111000100110010001 | 88fa82e83f8991 |
EUC-JP | 淫り?苑 | 10110000111111001010010011101010001111111011000111110001 | b0fca4ea3fb1f1 |
UTF-8 | 淫り랩苑 | 111001101011011110101011111000111000001010001010111010111001111010101001111010001000101110010001 | e6b7abe3828aeb9ea9e88b91 |
UHC | 淫り랩苑 | 1110101111100010101010101110101010110111101001101110101010111101 | ebe2aaeab7a6eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)