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 | 霆雁ョ滄㊧邵 | 1110100010111011100010101110010110101110100111111110100110000111100010001110011110111000 | e8bb8ae5ae9fe98788e7b8 |
EUC-JP | 霆雁ョ滄?邵 | 1111000010111101101101001110011110001110101011101101111011101011001111111110111010111010 | f0bdb4e78eaedeeb3feeba |
UTF-8 | 霆雁ョ滄㊧邵 | 111010011001110010000110111010011001101110000001111011111011110110101110111001101011101110000100111000111000101010100111111010011000001010110101 | e99c86e99b81efbdaee6bb84e38aa7e982b5 |
UHC | 霆雁?滄?邵 | 11101111111111011110010011010010001111111111001111100111001111111110000111010000 | effde4d23ff3e73fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)