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 | 鬩滉ケ槫ケケ | 111010011010100110011111111001001011100110011110111001011011100110111001 | e9a99fe4b99ee5b9b9 |
EUC-JP | 鬩滉ケ槫ケケ | 111100101010101111011110111001101000111010111001110111001110011110001110101110011000111010111001 | f2abdee68eb9dce78eb98eb9 |
UTF-8 | 鬩滉ケ槫ケケ | 111010011010110010101001111001101011101110001001111011111011110110111001111001101010011110101011111011111011110110111001111011111011110110111001 | e9aca9e6bb89efbdb9e6a7abefbdb9efbdb9 |
UHC | ?滉???? | 00111111111111001101000100111111001111110011111100111111 | 3ffcd13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)