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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闊庭政 | 111010001000100010010010111010111001000010101101 | e88892eb90ad |
EUC-JP | 闊庭政 | 111011111110100011000100111011011100000010101111 | efe8c4edc0af |
UTF-8 | 闊庭政 | 111010011001011110001010111001011011101010101101111001101001010010111111 | e9978ae5baade694bf |
UHC | 闊庭政 | 111111001100010011101111110101001110111111011001 | fcc4efd4efd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)