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 | 製?湖??? | 1001000010111011001111111000110011001110001111110011111100111111 | 90bb3f8cce3f3f3f |
EUC-JP | 製?湖?勖? | 11000000101111010011111110111000110100000011111110001111101100111110110100111111 | c0bd3fb8d03f8fb3ed3f |
UTF-8 | 製렩湖렞勖렢 | 111010001010001110111101111010111010000010101001111001101011100110010110111010111010000010011110111001011000101110010110111010111010000010100010 | e8a3bdeba0a9e6b996eba09ee58b96eba0a2 |
UHC | 製렩湖렞勖렢 | 111100001011001010001110101101111111101111001001100011101010111111101001111011011000111010110011 | f0b28eb7fbc98eafe9ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)