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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩滉ケ樊シ | 1110100110101001100111111110010010111001100111101110011010111100 | e9a99fe4b99ee6bc |
EUC-JP | 鬩滉ケ樊シ | 11110010101010111101111011100110100011101011100111011100111010001000111010111100 | f2abdee68eb9dce88ebc |
UTF-8 | 鬩滉ケ樊シ | 111010011010110010101001111001101011101110001001111011111011110110111001111001101010100010001010111011111011110110111100 | e9aca9e6bb89efbdb9e6a88aefbdbc |
UHC | ?滉?樊? | 00111111111111001101000100111111110110111110000000111111 | 3ffcd13fdbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)