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 | 兀???ろ? | 1001100101011001001111110011111100111111100000101110101100111111 | 99593f3f3f82eb3f |
EUC-JP | 兀???ろ? | 1101000110111010001111110011111100111111101001001110110100111111 | d1ba3f3f3fa4ed3f |
UTF-8 | 兀꾩눛溜ろ쓻 | 111001011000010110000000111010101011111010101001111010111000100010011011111011111010011110001011111000111000001010001101111011001001001110111011 | e58580eabea9eb889befa78be3828dec93bb |
UHC | 兀꾩눛溜ろ쓻 | 111010001011010010000100111011001000011110110011111010101111111010101010111011011001110110010110 | e8b484ec87b3eafeaaed9d96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)