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 | 湖?湖??? | 1000110011001110001111111000110011001110001111110011111100111111 | 8cce3f8cce3f3f3f |
EUC-JP | 湖?湖?勖? | 10111000110100000011111110111000110100000011111110001111101100111110110100111111 | b8d03fb8d03f8fb3ed3f |
UTF-8 | 湖렕湖렞勖렢 | 111001101011100110010110111010111010000010010101111001101011100110010110111010111010000010011110111001011000101110010110111010111010000010100010 | e6b996eba095e6b996eba09ee58b96eba0a2 |
UHC | 湖렕湖렞勖렢 | 111110111100100110001110101010101111101111001001100011101010111111101001111011011000111010110011 | fbc98eaafbc98eafe9ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)