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 | ???ひ? | 001111110011111100111111100000101101000000111111 | 3f3f3f82d03f |
EUC-JP | ???ひ? | 001111110011111100111111101001001101001000111111 | 3f3f3fa4d23f |
UTF-8 | 룴찼卽ひ룶 | 111010111010001110110100111011001011000010111100111001011000110110111101111000111000000110110010111010111010001110110110 | eba3b4ecb0bce58dbde381b2eba3b6 |
UHC | 룴찼卽ひ룶 | 10001111101010011100001110100001111100011110110110101010110100101000111110101011 | 8fa9c3a1f1edaad28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)