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 | 譿暮ッ腺 | 11111011101011001001010111101001101011111001000101000010 | fbac95e9af9142 |
EUC-JP | ?暮ッ腺 | 00111111110010101110101110001110101011111100000110100011 | 3fcaeb8eafc1a3 |
UTF-8 | 譿暮ッ腺 | 111010001010110110111111111001101001101010101110111011111011110110101111111010001000010110111010 | e8adbfe69aaeefbdafe885ba |
UHC | ?暮?腺 | 001111111101100110111010001111111110000011001101 | 3fd9ba3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)