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 | 雅λ? | 1000100111101011100000111100100100111111 | 89eb83c93f |
EUC-JP | 雅λ? | 1011001011101101101001101100101100111111 | b2eda6cb3f |
UTF-8 | 雅λ졁 | 1110100110011011100001011100111010111011111011001010000110000001 | e99b85cebbeca181 |
UHC | 雅λ졁 | 111001001011101010100101111010111010000010110010 | e4baa5eba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)