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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?k?猶?? | 0011111110000010100010110011111110010111010100000011111100111111 | 3f828b3f97503f3f |
EUC-JP | 渶k?猶?? | 10001111110001111110110110100011111010110011111111001101101100010011111100111111 | 8fc7eda3eb3fcdb13f3f |
UTF-8 | 渶k쐧猶욄돹 | 111001101011100010110110111011111011110110001011111011001001000010100111111001111000110010110110111011001001101010000100111010111000111110111001 | e6b8b6efbd8bec90a7e78cb6ec9a84eb8fb9 |
UHC | 渶k쐧猶욄돹 | 111001111011011110100011111010111001110010001100111010111010001010011110111001101000100110111100 | e7b7a3eb9c8ceba29ee689bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)