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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湖?旭?湖? | 100011001100111000111111100010001010111000111111100011001100111000111111 | 8cce3f88ae3f8cce3f |
EUC-JP | 湖?旭?湖? | 101110001101000000111111101100001011000000111111101110001101000000111111 | b8d03fb0b03fb8d03f |
UTF-8 | 湖렕旭렔湖렕 | 111001101011100110010110111010111010000010010101111001101001011110101101111010111010000010010100111001101011100110010110111010111010000010010101 | e6b996eba095e697adeba094e6b996eba095 |
UHC | 湖렕旭렔湖렕 | 111110111100100110001110101010101110100111101111100011101010100111111011110010011000111010101010 | fbc98eaae9ef8ea9fbc98eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)