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 | 逶橸シス陏カ | 111001111001101110011110111011111011110010111101111010001001101010110110 | e79b9eefbcbde89ab6 |
EUC-JP | 逶橸シス陏カ | 111011011111101111011100111100011000111010111100100011101011110111101111111110101000111010110110 | edfbdcf18ebc8ebdeffa8eb6 |
UTF-8 | 逶橸シス陏カ | 111010011000000010110110111001101010100110111000111011111011110110111100111011111011110110111101111010011001100110001111111011111011110110110110 | e980b6e6a9b8efbdbcefbdbde9998fefbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)