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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 溜삥컩溜쯢^ | 11101111101001111000101111101100100000101010010111101100101110111010100111101111101001111000101111101100101011111010001001011110 | efa78bec82a5ecbba9efa78becafa25e |
UHC | 溜삥컩溜쯢^ | 1110101011111110101110111110011010110000100100011110101011111110101010010110001101011110 | eafebbe6b091eafea9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)