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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??銑^ | 0011111100111111100100010100110001011110 | 3f3f914c5e |
EUC-JP | ??銑^ | 0011111100111111110000011010110101011110 | 3f3fc1ad5e |
UTF-8 | 썞쓁銑^ | 11101100100011011001111011101100100100111000000111101001100010101001000101011110 | ec8d9eec9381e98a915e |
UHC | 썞쓁銑^ | 10011011100100011001110101010110111000001101010101011110 | 9b919d56e0d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)