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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 擺鳰腱笘 | 1001110110110010111010011110101011100100010001101110001010011000 | 9db2e9eae446e298 |
EUC-JP | 擺鳰腱笘 | 1101101010110100111100101110110011100111101001111110001111111000 | dab4f2ece7a7e3f8 |
UTF-8 | 擺鳰腱笘 | 111001101001001110111010111010011011001110110000111010001000010110110001111001111010110010011000 | e693bae9b3b0e885b1e7ac98 |
UHC | 擺?腱? | 111101111110110000111111110010111111001000111111 | f7ec3fcbf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)