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 | äÞ½âä | 1110010011011110100010111000011110001000101111011110001011100100 | e4de8b8788bde2e4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äÞ????âä | 10001111101010111010001110001111101010011011000000111111001111110011111100111111100011111010101110100100100011111010101110100011 | 8faba38fa9b03f3f3f3f8faba48faba3 |
UTF-8 | äÞ½âä | 11000011101001001100001110011110110000101000101111000010100001111100001010001000110000101011110111000011101000101100001110100100 | c3a4c39ec28bc287c288c2bdc3a2c3a4 |
UHC | ?Þ???½?? | 00111111101010001010110100111111001111110011111110101000111101100011111100111111 | 3fa8ad3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)