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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???移 | 0011111100111111001111111000100011011010 | 3f3f3f88da |
EUC-JP | ???移 | 0011111100111111001111111011000011011100 | 3f3f3fb0dc |
UTF-8 | 淋㏉슑移 | 111011111010011110110101111000111000111110001001111011001000101010010001111001111010011110111011 | efa7b5e38f89ec8a91e7a7bb |
UHC | 淋㏉슑移 | 1110110011111000101001111110110110011010101000001110110010111001 | ecf8a7ed9aa0ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)