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 | セ褥諶クシユ | 1011111011100101111100011111101110101010101110001011110011010101 | bee5f1fbaab8bcd5 |
EUC-JP | セ褥諶クシユ | 10001110101111101110101011110011100011111101111010110101100011101011100010001110101111001000111011010101 | 8ebeeaf38fdeb58eb88ebc8ed5 |
UTF-8 | セ褥諶クシユ | 111011111011110110111110111010001010010010100101111010001010101110110110111011111011110110111000111011111011110110111100111011111011111010010101 | efbdbee8a4a5e8abb6efbdb8efbdbcefbe95 |
UHC | ?褥諶??? | 0011111111101001101100111110010010100110001111110011111100111111 | 3fe9b3e4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)