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 | ??ひ?? | 001111110011111110000010110100000011111100111111 | 3f3f82d03f3f |
EUC-JP | ??ひ?? | 001111110011111110100100110100100011111100111111 | 3f3fa4d23f3f |
UTF-8 | 룶죴ひ룶쨵 | 111010111010001110110110111011001010001110110100111000111000000110110010111010111010001110110110111011001010100010110101 | eba3b6eca3b4e381b2eba3b6eca8b5 |
UHC | 룶죴ひ룶쨵 | 10001111101010111010000110001111101010101101001010001111101010111010010010001111 | 8faba18faad28faba48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)