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 | 咀坎?瘢 | 10011001111100001001101010101010001111111110000110001101 | 99f09aaa3fe18d |
EUC-JP | 咀坎?瘢 | 11010010111100101101010010101100001111111110000111101101 | d2f2d4ac3fe1ed |
UTF-8 | 咀坎렩瘢 | 111001011001001010000000111001011001110110001110111010111010000010101001111001111001100010100010 | e59280e59d8eeba0a9e798a2 |
UHC | 咀坎렩瘢 | 1110111010111010110010101110110010001110101101111101101011101110 | eebacaec8eb7daee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)