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 | 粃甍籔 | 111000101110000111100001010011111110001011010110 | e2e1e14fe2d6 |
EUC-JP | 粃甍籔 | 111001001110001111100001101100001110010011011000 | e4e3e1b0e4d8 |
UTF-8 | 粃甍籔 | 111001111011001010000011111001111001010010001101111001111011000110010100 | e7b283e7948de7b194 |
UHC | 粃?? | 11011101111110110011111100111111 | ddfb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)