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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艶zじ倭? | 100010011001000010000010100110101000001010110110100110000110000000111111 | 8990829a82b698603f |
EUC-JP | 艶zじ倭? | 101100011111000010100011111110101010010010111000110011111100000100111111 | b1f0a3faa4b8cfc13f |
UTF-8 | 艶zじ倭킖 | 111010001000100110110110111011111011110110011010111000111000000110011000111001011000000010101101111011011000001010010110 | e889b6efbd9ae38198e580aded8296 |
UHC | 艶zじ倭킖 | 11100110111111011010001111111010101010101011100011101000110111101011010101000010 | e6fda3faaab8e8deb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)