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 | 籥倆礒 | 111000101101111010011000111011011110001001000101 | e2de98ede245 |
EUC-JP | 籥倆礒 | 111001001110000011010000111011111110001110100110 | e4e0d0efe3a6 |
UTF-8 | 籥倆礒 | 111001111011000110100101111001011000000010000110111001111010010010010010 | e7b1a5e58086e7a492 |
UHC | ?倆? | 00111111110101011101011000111111 | 3fd5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)