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 | 製?寃??富 | 100100001011101100111111100110111000001100111111001111111001010101111000 | 90bb3f9b833f3f9578 |
EUC-JP | 製?寃??富 | 110000001011110100111111110101011110001100111111001111111100100111011001 | c0bd3fd5e33f3fc9d9 |
UTF-8 | 製렩寃닿롚富 | 111010001010001110111101111010111010000010101001111001011010111110000011111010111000101110111111111010111010000110011010111001011010111110001100 | e8a3bdeba0a9e5af83eb8bbfeba19ae5af8c |
UHC | 製렩寃닿롚富 | 111100001011001010001110101101111110101010110010101101001110101010001110110111101101110110100011 | f0b28eb7eab2b4ea8ededda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)