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 | 闌ッ蝎ィ蟋顛 | 11101000100011001010111111100101100110011010100011100101101001111001001101011110 | e88cafe599a8e5a7935e |
EUC-JP | 闌ッ蝎ィ蟋顛 | 111011111110110010001110101011111110100111111001100011101010100011101010101010011100010110111111 | efec8eafe9f98ea8eaa9c5bf |
UTF-8 | 闌ッ蝎ィ蟋顛 | 111010011001011110001100111011111011110110101111111010001001110110001110111011111011110110101000111010001001111110001011111010011010000110011011 | e9978cefbdafe89d8eefbda8e89f8be9a19b |
UHC | ??蝎??? | 00111111001111111100101011101001001111110011111100111111 | 3f3fcae93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)