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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???暖 | 0011111100111111001111111001001001100111 | 3f3f3f9267 |
EUC-JP | ???暖 | 0011111100111111001111111100001111001000 | 3f3f3fc3c8 |
UTF-8 | 롆뤶쫷暖 | 111010111010000110000110111010111010010010110110111011001010101110110111111001101001101010010110 | eba186eba4b6ecabb7e69a96 |
UHC | 롆뤶쫷暖 | 1000111011001100100011111110010010100110100011101101000111101100 | 8ecc8fe4a68ed1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)