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 | 妊堪? | 1001010001000100100010101010110000111111 | 94448aac3f |
EUC-JP | 妊堪? | 1100011110100101101101001010111000111111 | c7a5b4ae3f |
UTF-8 | 妊堪퉈 | 111001011010011010001010111001011010000010101010111011011000100110001000 | e5a68ae5a0aaed8988 |
UHC | 妊堪퉈 | 111011001111010011001010111011011100010111111101 | ecf4caedc5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)