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 | 贍????? | 11100110110101100011111100111111001111110011111100111111 | e6d63f3f3f3f3f |
EUC-JP | 贍??渲?? | 111011001101100000111111001111111000111111000111111011000011111100111111 | ecd83f3f8fc7ec3f3f |
UTF-8 | 贍렯렱渲렯렦 | 111010001011010010001101111010111010000010101111111010111010000010110001111001101011100010110010111010111010000010101111111010111010000010100110 | e8b48deba0afeba0b1e6b8b2eba0afeba0a6 |
UHC | 贍렯렱渲렯렦 | 111000001110101110001110101111001000111010111110111000001100001010001110101111001000111010110101 | e0eb8ebc8ebee0c28ebc8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)