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 | 咀棒?第 | 10011001111100001001011001011111001111111001000111100110 | 99f0965f3f91e6 |
EUC-JP | 咀棒?第 | 11010010111100101100101111000000001111111100001011101000 | d2f2cbc03fc2e8 |
UTF-8 | 咀棒욱第 | 111001011001001010000000111001101010001110010010111011001001101010110001111001111010110010101100 | e59280e6a392ec9ab1e7acac |
UHC | 咀棒욱第 | 1110111010111010110111001110101010111111111011011111000010101111 | eebadceabfedf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)