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 | 笘軫軫 | 111000101001100011100111011001101110011101100110 | e298e766e766 |
EUC-JP | 笘軫軫 | 111000111111100011101101110001111110110111000111 | e3f8edc7edc7 |
UTF-8 | 笘軫軫 | 111001111010110010011000111010001011101110101011111010001011101110101011 | e7ac98e8bbabe8bbab |
UHC | ?軫軫 | 0011111111110010111000101111001011100010 | 3ff2e2f2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)