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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 騾カ繧牙ョク^ | 11101001100000001011011011100011100000101000100111100101101011101011100001011110 | e980b6e38289e5aeb85e |
EUC-JP | 騾カ繧牙ョク^ | 11110001111000001000111010110110111001011110001010110010111001111000111010101110100011101011100001011110 | f1e08eb6e5e2b2e78eae8eb85e |
UTF-8 | 騾カ繧牙ョク^ | 11101001101010001011111011101111101111011011011011100111101110011010011111100111100010011001100111101111101111011010111011101111101111011011100001011110 | e9a8beefbdb6e7b9a7e78999efbdaeefbdb85e |
UHC | ???牙??^ | 0011111100111111001111111110010010110011001111110011111101011110 | 3f3f3fe4b33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)