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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 焌???檉? | 10001111110010011110100000111111001111110011111110001111110001011011101100111111 | 8fc9e83f3f3f8fc5bb3f |
UTF-8 | 焌뷸렮렍檉렢 | 111001111000010010001100111010111011011110111000111010111010000010101110111010111010000010001101111001101010101010001001111010111010000010100010 | e7848cebb7b8eba0aeeba08de6aa89eba0a2 |
UHC | 焌뷸렮렍檉렢 | 111100011110000010111010111001101000111010111011100011101010001111101111111000001000111010110011 | f1e0bae68ebb8ea3efe08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)