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 | 謳榊娼霎ソ | 111001101001000010001101111001011000111110101001111010001011111010111111 | e6908de58fa9e8bebf |
EUC-JP | 謳榊娼霎ソ | 11101011111100001011101011100111101111101010101111110000110000001000111010111111 | ebf0bae7beabf0c08ebf |
UTF-8 | 謳榊娼霎ソ | 111010001010110010110011111001101010011010001010111001011010100010111100111010011001110010001110111011111011110110111111 | e8acb3e6a68ae5a8bce99c8eefbdbf |
UHC | 謳?娼?? | 11001111110001000011111111110011110111100011111100111111 | cfc43ff3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)