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 | 荼球厳鐃 | 1110010010110110100010111000010110001100101101011110100001011110 | e4b68b858cb5e85e |
EUC-JP | 荼球厳鐃 | 1110100010111000101101011110010110111000101101111110111110111111 | e8b8b5e5b8b7efbf |
UTF-8 | 荼球厳鐃 | 111010001000110110111100111001111001000010000011111001011000111010110011111010011001000010000011 | e88dbce79083e58eb3e99083 |
UHC | ?球?? | 0011111111001111101110010011111100111111 | 3fcfb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)