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 | ??垣亘?ⅲ | 001111110011111110001010010111111001100001101010001111111111101001000010 | 3f3f8a5f986a3ffa42 |
EUC-JP | ??垣亘?? | 0011111100111111101100111100000011001111110010110011111100111111 | 3f3fb3c0cfcb3f3f |
UTF-8 | 亐렕垣亘렲ⅲ | 111001001011101010010000111010111010000010010101111001011001111010100011111001001011101010011000111010111010000010110010111000101000010110110010 | e4ba90eba095e59ea3e4ba98eba0b2e285b2 |
UHC | 亐렕垣亘렲ⅲ | 111010101010011110001110101010101110101010101111110100001110011010001110101111111010010110100011 | eaa78eaaeaafd0e68ebfa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)