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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 億??一 | 100010011010110100111111001111111000100011101010 | 89ad3f3f88ea |
EUC-JP | 億??一 | 101100101010111100111111001111111011000011101100 | b2af3f3fb0ec |
UTF-8 | 億뤾랙一 | 111001011000010010000100111010111010010010111110111010111001111010011001111001001011100010000000 | e58484eba4beeb9e99e4b880 |
UHC | 億뤾랙一 | 1110010111100010100011111110101010110111101000101110110011101001 | e5e28feab7a2ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)