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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 錵°今覬九 | 11101000010001011000000110001011100011011010000111100110010100001000101111100011 | e845818b8da1e6508be3 |
EUC-JP | 錵°今覬九 | 11101111101001101010000111101011101110101010001111101011101100011011011011100101 | efa6a1ebbaa3ebb1b6e5 |
UTF-8 | 錵°今覬九 | 1110100110001100101101011100001010110000111001001011101110001010111010001010011010101100111001001011100110011101 | e98cb5c2b0e4bb8ae8a6ace4b99d |
UHC | ?°今?九 | 0011111110100001110001101101000011010001001111111100111011111010 | 3fa1c6d0d13fcefa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)