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 | ?惺頌? | 001111111001110010110111111010001111000100111111 | 3f9cb7e8f13f |
EUC-JP | 侁惺頌? | 1000111110110000111111001101100010111001111100001111001100111111 | 8fb0fcd8b9f0f33f |
UTF-8 | 侁惺頌쐣 | 111001001011111010000001111001101000001110111010111010011010000010001100111011001001000010100011 | e4be81e683bae9a08cec90a3 |
UHC | 侁惺頌쐣 | 1110001111100000111000001111011011100001111010111001110010001001 | e3e0e0f6e1eb9c89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)