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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髻育判諷」 | 111010011001111110001000111001111001010010111011111001101000010110100011 | e99f88e794bbe685a3 |
EUC-JP | 髻育判諷」 | 11110010101000011011000011101001110010001011110111101011111001011000111010100011 | f2a1b0e9c8bdebe58ea3 |
UTF-8 | 髻育判諷」 | 111010011010101110111011111010001000001010110010111001011000100010100100111010001010101110110111111011111011110110100011 | e9abbbe882b2e588a4e8abb7efbda3 |
UHC | ?育判諷? | 0011111111101011110000001111011111110111111110011010010000111111 | 3febc0f7f7f9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)