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 | 淀潘???? | 1001011110000100111000000100111000111111001111110011111100111111 | 9784e04e3f3f3f3f |
EUC-JP | 淀潘??侁? | 11001101111001001101111110101111001111110011111110001111101100001111110000111111 | cde4dfaf3f3f8fb0fc3f |
UTF-8 | 淀潘렟렩侁렡 | 111001101011011110000000111001101011110110011000111010111010000010011111111010111010000010101001111001001011111010000001111010111010000010100001 | e6b780e6bd98eba09feba0a9e4be81eba0a1 |
UHC | 淀潘렟렩侁렡 | 111011111110001111011010111010111000111010110000100011101011011111100011111000001000111010110010 | efe3daeb8eb08eb7e3e08eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)