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 | ??削〓 | 001111110011111110001101111011011000000110101100 | 3f3f8ded81ac |
EUC-JP | ??削〓 | 001111110011111110111010111011111010001010101110 | 3f3fbaefa2ae |
UTF-8 | 룶에削〓 | 111010111010001110110110111011001001011110010000111001011000100110001010111000111000000010010011 | eba3b6ec9790e5898ae38093 |
UHC | 룶에削〓 | 1000111110101011101111111010000111011110111110111010000111101011 | 8fabbfa1defba1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)