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 | 淫ъ? | 1000100011111010100001001000110000111111 | 88fa848c3f |
EUC-JP | 淫ъ? | 1011000011111100101001111110110000111111 | b0fca7ec3f |
UTF-8 | 淫ъ꼫 | 1110011010110111101010111101000110001010111010101011110010101011 | e6b7abd18aeabcab |
UHC | 淫ъ꼫 | 111010111110001010101100111011001000010010001000 | ebe2acec8488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)