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 | 轤ュ蜊堤カ嘛^ | 1110011110000010101011011110010110001101100100101110011110110110100110100111011001011110 | e782ade58d92e7b69a765e |
EUC-JP | 轤ュ蜊堤カ嘛^ | 11101101111000101000111010101101111010011110110111000100111010011000111010110110110100111101011101011110 | ede28eade9edc4e98eb6d3d75e |
UTF-8 | 轤ュ蜊堤カ嘛^ | 11101000101111011010010011101111101111011010110111101000100111001000101011100101101000001010010011101111101111011011011011100101100110001001101101011110 | e8bda4efbdade89c8ae5a0a4efbdb6e5989b5e |
UHC | ???堤??^ | 0011111100111111001111111111000010100111001111110011111101011110 | 3f3f3ff0a73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)