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 | セ裔諶ウシホ | 1011111011100101111000011111101110101010101100111011110011001110 | bee5e1fbaab3bcce |
EUC-JP | セ裔諶ウシホ | 10001110101111101110101011100011100011111101111010110101100011101011001110001110101111001000111011001110 | 8ebeeae38fdeb58eb38ebc8ece |
UTF-8 | セ裔諶ウシホ | 111011111011110110111110111010001010001110010100111010001010101110110110111011111011110110110011111011111011110110111100111011111011111010001110 | efbdbee8a394e8abb6efbdb3efbdbcefbe8e |
UHC | ?裔諶??? | 0011111111100111111000001110010010100110001111110011111100111111 | 3fe7e0e4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)