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 | セ裔諶ノシ・ | 1011111011100101111000011111101110101010110010011011110010100101 | bee5e1fbaac9bca5 |
EUC-JP | セ裔諶ノシ・ | 10001110101111101110101011100011100011111101111010110101100011101100100110001110101111001000111010100101 | 8ebeeae38fdeb58ec98ebc8ea5 |
UTF-8 | セ裔諶ノシ・ | 111011111011110110111110111010001010001110010100111010001010101110110110111011111011111010001001111011111011110110111100111011111011110110100101 | efbdbee8a394e8abb6efbe89efbdbcefbda5 |
UHC | ?裔諶??? | 0011111111100111111000001110010010100110001111110011111100111111 | 3fe7e0e4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)