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 | 湛促他辿 | 1001001001011000100100011010001110010001101111001001001001001000 | 925891a391bc9248 |
EUC-JP | 湛促他辿 | 1100001110111001110000101010010111000010101111101100001110101001 | c3b9c2a5c2bec3a9 |
UTF-8 | 湛促他辿 | 111001101011100110011011111001001011111110000011111001001011101110010110111010001011111010111111 | e6b99be4bf83e4bb96e8bebf |
UHC | 湛促他? | 11010011110000001111010110110101111101101110001000111111 | d3c0f5b5f6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)