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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 湖?旭?U | 10001100110011100011111110001000101011100011111101010101 | 8cce3f88ae3f55 |
EUC-JP | 湖?旭?U | 10111000110100000011111110110000101100000011111101010101 | b8d03fb0b03f55 |
UTF-8 | 湖렕旭렔U | 11100110101110011001011011101011101000001001010111100110100101111010110111101011101000001001010001010101 | e6b996eba095e697adeba09455 |
UHC | 湖렕旭렔U | 111110111100100110001110101010101110100111101111100011101010100101010101 | fbc98eaae9ef8ea955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)