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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謳榊娼蜈カ | 111001101001000010001101111001011000111110101001111001011000010110110110 | e6908de58fa9e585b6 |
EUC-JP | 謳榊娼蜈カ | 11101011111100001011101011100111101111101010101111101001111001011000111010110110 | ebf0bae7beabe9e58eb6 |
UTF-8 | 謳榊娼蜈カ | 111010001010110010110011111001101010011010001010111001011010100010111100111010001001110010001000111011111011110110110110 | e8acb3e6a68ae5a8bce89c88efbdb6 |
UHC | 謳?娼蜈? | 1100111111000100001111111111001111011110111010001010010100111111 | cfc43ff3dee8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)