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 | 謠問落 | 111001101000111110010110111000101001011110001110 | e68f96e2978e |
EUC-JP | 謠問落 | 111010111110111111001100111001001100110111101110 | ebefcce4cdee |
UTF-8 | 謠問落 | 111010001010110010100000111001011001010110001111111010001001000010111101 | e8aca0e5958fe890bd |
UHC | 謠問落 | 111010011010101011011001111111011101010110101010 | e9aad9fdd5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)