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 | ???怨?Ⅹ | 0011111100111111001111111000100110000101001111111000011101011101 | 3f3f3f89853f875d |
EUC-JP | ???怨?? | 00111111001111110011111110110001111001010011111100111111 | 3f3f3fb1e53f3f |
UTF-8 | 琉싨녂怨뚳Ⅹ | 111011111010011110001100111011001000101110101000111010111000010110000010111001101000000010101000111010111001101010110011111000101000010110101001 | efa78cec8ba8eb8582e680a8eb9ab3e285a9 |
UHC | 琉싨녂怨뚳Ⅹ | 111010111010010010011010111001101000011010111010111010101011001110001100111011111010010110111001 | eba49ae686baeab38cefa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)