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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脛悟職 | 111000111111100010001100111001011001000001000101 | e3f88ce59045 |
EUC-JP | 脛悟職 | 111001101111101010111000111001111011111110100110 | e6fab8e7bfa6 |
UTF-8 | 脛悟職 | 111010001000010010011011111001101000001010011111111010001000000110110111 | e8849be6829fe881b7 |
UHC | 脛悟職 | 110011001110101111100111111101101111001011000101 | ccebe7f6f2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)