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 | 鬩滉ケ樊シ「 | 111010011010100110011111111001001011100110011110111001101011110010100010 | e9a99fe4b99ee6bca2 |
EUC-JP | 鬩滉ケ樊シ「 | 111100101010101111011110111001101000111010111001110111001110100010001110101111001000111010100010 | f2abdee68eb9dce88ebc8ea2 |
UTF-8 | 鬩滉ケ樊シ「 | 111010011010110010101001111001101011101110001001111011111011110110111001111001101010100010001010111011111011110110111100111011111011110110100010 | e9aca9e6bb89efbdb9e6a88aefbdbcefbda2 |
UHC | ?滉?樊?? | 0011111111111100110100010011111111011011111000000011111100111111 | 3ffcd13fdbe03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)