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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淫хお | 100010001111101010000100100001111000001010101000 | 88fa848782a8 |
EUC-JP | 淫хお | 101100001111110010100111111001111010010010101010 | b0fca7e7a4aa |
UTF-8 | 淫хお | 1110011010110111101010111101000110000101111000111000000110001010 | e6b7abd185e3818a |
UHC | 淫хお | 111010111110001010101100111001111010101010101010 | ebe2ace7aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)