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 | 閹、閧エ郢ー | 111010001000011010100100111010001000001010110100111001111011100110110000 | e886a4e882b4e7b9b0 |
EUC-JP | 閹、閧エ郢ー | 111011111110011010001110101001001110111111100010100011101011010011101110101110111000111010110000 | efe68ea4efe28eb4eebb8eb0 |
UTF-8 | 閹、閧エ郢ー | 111010011001011010111001111011111011110110100100111010011001011010100111111011111011110110110100111010011000001110100010111011111011110110110000 | e996b9efbda4e996a7efbdb4e983a2efbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)