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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 箋??B | 1110001010110011001111110011111101000010 | e2b33f3f42 |
EUC-JP | 箋??B | 1110010010110101001111110011111101000010 | e4b53f3f42 |
UTF-8 | 箋뺞콖B | 11100111101011101000101111101011101110101001111011101100101111011001011001000010 | e7ae8bebba9eecbd9642 |
UHC | 箋뺞콖B | 11101111101010001001010111100110101100011001000001000010 | efa895e6b19042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)